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=12184>.
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=12184

FORM based authentication / j_security_check not working 

           Summary: FORM based authentication / j_security_check not working
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Unknown
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


General setup description : Some webapp(works well), now adding form-based 
security, web-client-browser is InternetExplorer, and then 2 problems detected. 

First setup: 
On submitting my specified login form via ...action="j_security_check"... on 
InternetExplorer with cookies disabled, always got "HTTP Status 400 - Invalid 
direct reference to form login page". Workaround: Enabled cookies and works 
perfect.

Second setup: Deploying my webapp outside %TOMCAT_HOME%, under 
c:/somewhere/under and tweaked server.xml accordingly in <context> element to 
docbase="c:/somewhere/under". Without FORM-based authentication served all 
well. But on submitting my specified login form 
via ...action="j_security_check"... on InternetExplorer : 1.) response url 
was "http://localhost:8080/search/j_security_check"; and 2.)IE-own-error-
message"HTTP 500". (Doesnt matter wether cookies enabled or not).

Thanx for questions and comments.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to