UTF-8 POST request results in corrupted data

2008-10-06 Thread André-John Mas
Hi, I have opened issue 45957, for an issue that has bothered me for a while: https://issues.apache.org/bugzilla/show_bug.cgi?id=45957 To resume: Currently in Tomcat 5 if a request is received containing UTF-8 content then any accents or non-Roman characters are corrupted, since there is an ass

Re: Ability to rename JSESSIONID to something else

2008-10-06 Thread André-John Mas
On Mon, Oct 6, 2008 at 1:54 PM, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > very true, didn't realize so many places referenced it, however, this gets > confusing > > -public static final String SESSION_COOKIE_NAME = "JSESSIONID"; > +public static final String SESSION_COOKIE_NAME =

Ability to rename JSESSIONID to something else

2008-10-06 Thread André-John Mas
Hi, We have recently encountered an issue where running two separate Tomcat instances behind a single HTTPD server would cause issues with the JSESSIONID cookie, because each is over-writing the name of the other. Having looked in Bugzilla I found the following ticket for Tomcat 5: https://issues