Author: markt
Date: Wed Apr 8 17:15:16 2009
New Revision: 763325
URL: http://svn.apache.org/viewvc?rev=763325&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46509
Use correct link on error page in JSP security example
Patch provided by Michael Moody
Modified:
tomcat/trunk/webapps/examples/jsp/security/protected/error.jsp
Modified: tomcat/trunk/webapps/examples/jsp/security/protected/error.jsp
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/security/protected/error.jsp?rev=763325&r1=763324&r2=763325&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/security/protected/error.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/security/protected/error.jsp Wed Apr 8
17:15:16 2009
@@ -20,6 +20,6 @@
</head>
<body bgcolor="white">
Invalid username and/or password, please try
-<a href='<%= response.encodeURL("login.jsp") %>'>again</a>.
+<a href='<%= response.encodeURL("index.jsp") %>'>again</a>.
</body>
</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]