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 2002/07/15 17:39:36 UTC

DO NOT REPLY [Bug 6279] - Resubmit to j_security_check mistakenly fetches a page of that name

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6279>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6279

Resubmit to j_security_check mistakenly fetches a page of that name





------- Additional Comments From d_q_wang@yahoo.com  2002-07-15 15:39 -------
One reasonable solution to the problem is:

PROBLEM:
"The request would now fail with an SC_BAD_REQUEST - exactly as you would get 
if you bookmarked the login page."

SOLUTION: (in authenticate() of FormAuthenticator.java)
        if (requestURI == null) requestURI =contextPath;  //try to default to 
welcome page(s)

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>