You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2009/01/11 05:12:55 UTC

DO NOT REPLY [Bug 46509] Tomcat 5.5 security example gives j_security_check not available

https://issues.apache.org/bugzilla/show_bug.cgi?id=46509





--- Comment #1 from Michael Moody <cu...@googlemail.com>  2009-01-10 20:12:55 PST ---
Typo in the fix

In /jsp-examples/security/protected/error.jsp

Change:
<a href='<%= response.encodeURL("login.jsp") %>'>again</a>.

To:
<a href='<%= response.encodeURL("index.jsp") %>'>again</a>.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org