Hi, we expierienced a problem with http refresh headers and an url that was rewritten using catalinas url rewriting mechanism. The url that is produced uses the form http://...;jsessionid=abc?someparam=somevalue. Using this url in http header "Refresh" causes problem in internet explorer. We assume that this browser confuses by parsing the ";" since this is used as a seperator for the refresh time and the url. We did some work on the catalina code to let the url rewriting mechanism provide the jsessionid as an normal http parameter.
So my question is, if it is planned to include such a behavior into official catalina sources or not ? It would be nice to make it configurable if catalina uses the jsessionid as http parameter or in the standard way. Bye Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]