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

http://issues.apache.org/bugzilla/show_bug.cgi?id=39824


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |




------- Additional Comments From [EMAIL PROTECTED]  2006-06-18 08:39 -------
(In reply to comment #1)
> This works for me using exact copies of your configuration files.
> 
> There must be some other configuration problem. I suggest you follow up on the
> Tomcat users mailing list.


Thanks for reply Mark Thomas!!!!!!!!

I've found the problem!!!
In my web.xml i have this error page config:

    <error-page>
        <error-code>403</error-code>
        <location>/error.jsp?errorCode=403</location>
    </error-page>
    <error-page>
        <error-code>404</error-code>
        <location>/error.jsp?errorCode=404</location>
    </error-page>
    <error-page>
        <error-code>401</error-code>
        <location>/error.jsp?errorCode=401</location>
    </error-page>

Now, look the last error code: i've added a 401 code catch. This error code
config cause the problem.

I'm sorry, the code extract was not complete.

Please try it! With tomcat 5.5.15-- the problem does not exists.

Regards,
         Agharta


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

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

Reply via email to