> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Re: jsessionid sent in URL is being ignored. > > If the "jsessionid" was really a parameter in this URL, it > would need to be after the "?"
No, the semicolon delimiter is correct. Look at section 7.1.3 of the Servlet spec and the URI RFC (3986 is current, obsoleted 2396 is easier to read). Parameters are actually part of the path and must therefore come before any query string. The above does nothing to address the OPs problem, unfortunately. Enabling request logging in Tomcat would help to identify the differences between what Firefox and OpenVXI are sending. A Wireshark trace might also be of interest. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]