Jon Wilmoth wrote: > I have run this through the Struts mailing lists and am hoping for a > change/solution. Without digging through the servlet spec myself can I ask > if the Tomcat implementation is the expected behavior (i.e. no processing of > filters on container managed authentication redirects)? Or is it just not > specified and left up to the container implementation? > > Is it worth while opening a bugzilla entry for a configurable Tomcat > implementation that wouldn't require a servlet?
Raising a bug before reading the servlet spec is pretty much guaranteed to result in the bug being ignored or just closed as INVALID without comment. It looks as if reading section SRV.6.2.5 would be of help here. If you look at the Tomcat source you will see that Tomcat forwards the request to the form login page. >From what I have read in this thread a few tweaks to web.xml and all will be fine. If this isn't that case then you may well have found a bug. In this case feel free to raise a bug. Including a simple war that demonstrates the issue is always very welcome. HTH, Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]