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 [EMAIL PROTECTED]  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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to