Revision: 1810
http://gatewiki.svn.sourceforge.net/gatewiki/?rev=1810&view=revAuthor: ian_roberts
Date: 2009-11-13 12:28:00 +0000 (Fri, 13 Nov 2009)
Log Message:
-----------
Finally worked out the right syntax to get the authfailed error message right.
Must remember this is JSP EL, not GSP groovy...
Modified Paths:
--------------
trunk/sventon/sventon-2.0.4/WEB-INF/cow-authfailed.jsp
Modified: trunk/sventon/sventon-2.0.4/WEB-INF/cow-authfailed.jsp
===================================================================
--- trunk/sventon/sventon-2.0.4/WEB-INF/cow-authfailed.jsp 2009-11-12 14:05:46 UTC (rev 1809)
+++ trunk/sventon/sventon-2.0.4/WEB-INF/cow-authfailed.jsp 2009-11-13 12:28:00 UTC (rev 1810)
@@ -13,6 +13,6 @@
isEditableConfig="${isEditableConfig}" isLoggedIn="${userRepositoryContext.isLoggedIn}"/>
<h1>Authentication failed!</h1>
-<p>Authentication failed for repository ${name}, path ${path}</p>
+<p>Authentication failed for repository ${param.name}, path ${param.path}</p>
</body>
</html>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.
http://p.sf.net/sfu/bobj-july_______________________________________________
gatewiki-commits mailing list
gatewiki-commits@...
https://lists.sourceforge.net/lists/listinfo/gatewiki-commits