From: Roy Gardner [mailto:[EMAIL PROTECTED] > Do you know how the TC4 handles the redirection issue? We > have a webapp > to which we are adding webdav support. Our webdav implementation has > exactly the same problem as the TC5 implementation when using IE > clients. If we set the url-pattern to /* we break our webapp.
>From what I recall TC4 doesn't actually do a redirection, it handles it inside the mapper. TC5 Sends a 302 - this is what IE seems to have difficulty with in some circumstances although I can't replicate the error now with either mapping. I have searched bugzilla for this and there is more info at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26449 from the last time I looked at this. The essence is that welcome file behaviour also causes problems. Try specifying <welcome-file />. > > - does it work if you run TC5 on a windows box? > > Have not tried this. I'll install on one of our boxes and test. Let me know how this goes. What happened with the telnet tests? Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
