Re: cookie issue with Tomcat 7 - does not accept the character é

2014-02-03 Thread André Warnier
Chris, a note : Christopher Schultz wrote: ... Without quoting, unquoted Cookie names and values may be any US-ASCII character from 0x32 - 0x7e except for any of (( | ) | | | @ | , | ; | : | \ | | / | [ | ] | ? | = | { | } | SP | HT). None of the characters above are within that range,

Re: cookie issue with Tomcat 7 - does not accept the character é

2014-02-03 Thread André Warnier
André Warnier wrote: Chris, a note : Christopher Schultz wrote: ... Without quoting, unquoted Cookie names and values may be any US-ASCII character from 0x32 - 0x7e except for any of (( | ) | | | @ | , | ; | : | \ | | / | [ | ] | ? | = | { | } | SP | HT). None of the characters above

Re: cookie issue with Tomcat 7 - does not accept the character é

2014-02-03 Thread Mark Thomas
On 03/02/2014 12:19, André Warnier wrote: André Warnier wrote: Christopher Schultz wrote: Without quoting, unquoted Cookie names and values may be any US-ASCII character from 0x32 - 0x7e except for any of (( | ) | | | @ | , | ; | : | \ | | / | [ | ] | ? | = | { | } | SP | HT). None of

Re: cookie issue with Tomcat 7 - does not accept the character é

2014-02-03 Thread Konstantin Kolinko
2014-02-03 André Warnier a...@ice-sa.com: André Warnier wrote: Chris, a note : Christopher Schultz wrote: ... Without quoting, unquoted Cookie names and values may be any US-ASCII character from 0x32 - 0x7e except for any of (( | ) | | | @ | , | ; | : | \ | | / | [ | ] | ? | = | {

Re: cookie issue with Tomcat 7 - does not accept the character é

2014-02-03 Thread André Warnier
Konstantin Kolinko wrote: 2014-02-03 André Warnier a...@ice-sa.com: André Warnier wrote: Chris, a note : Christopher Schultz wrote: ... Without quoting, unquoted Cookie names and values may be any US-ASCII character from 0x32 - 0x7e except for any of (( | ) | | | @ | , | ; | : | \ | |

Re: cookie issue with Tomcat 7 - does not accept the character é

2014-02-03 Thread Konstantin Kolinko
2014-02-04 André Warnier a...@ice-sa.com: Konstantin Kolinko wrote: 2014-02-03 André Warnier a...@ice-sa.com: André Warnier wrote: Chris, a note : Christopher Schultz wrote: ... Without quoting, unquoted Cookie names and values may be any US-ASCII character from 0x32 - 0x7e except

Re: cookie issue with Tomcat 7 - does not accept the character é

2014-02-03 Thread André Warnier
Konstantin Kolinko wrote: 2014-02-04 André Warnier a...@ice-sa.com: Konstantin Kolinko wrote: 2014-02-03 André Warnier a...@ice-sa.com: André Warnier wrote: Chris, a note : Christopher Schultz wrote: ... Without quoting, unquoted Cookie names and values may be any US-ASCII character

Re: cookie issue with Tomcat 7 - does not accept the character é

2014-02-03 Thread Mark Thomas
Cookie handling is fundamentally a complete mess. Specifications exist but are not fully implemented, are not consistent with related specifications, etc. Having tried to sort this out the last time around and having read Jeremy's great work on documenting where we stand at the present moment, it

Re: cookie issue with Tomcat 7 - does not accept the character é

2014-02-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kevin, On 2/2/14, 2:31 PM, Callinswood,Kevin,VEVEY,GLOBE BTC wrote: We have upgraded to Tomcat 7 from Tomcat 6 and we are now facing issues due to some of the standard company cookies containing an é. Tomcat 6 accepted the é but upgrading to

RE: cookie issue with Tomcat 7 - does not accept the character é

2014-02-02 Thread Callinswood,Kevin,VEVEY,GLOBE BTC
We have a cookie generated by the home page of our intranet as follows: Cookie: GetUser_Properties=abc,abc,abc,abc,abc,abc,abc,abc,abc; If you put an é in the first parameter e.g. Cookie: GetUser_Properties=abcé,abc,abc,abc,abc,abc,abc,abc,abc; Then we get result = 200 (success) If you