Re: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy%2E ,,

2003-03-20 Thread Bill Barker
The fix in 4.1.24 handles the case when an illegal name/value pair is sent from the browser (e.g. via a JavaScript directive in the page). The way it works is by logging the problem, and dropping the cookie. For server-side cookies (for e.g. bug #18162), you simply need to use version 1 cookies

Re: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy%2E,,

2003-03-19 Thread Tim Funk
I think your cookie has commas (other illegal characters) in it from the looks of the dump below. I think 4.1.24 handles this condition a little better. -Tim Jackson, Stephen wrote: I am using tomcat 4.1.18 on a Linux machine. I seem to be having a problem with cookies. The object that is

RE: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy%2E ,,

2003-03-19 Thread Jackson, Stephen
Subject: Re: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy%2E ,, I think your cookie has commas (other illegal characters) in it from the looks of the dump below. I think 4.1.24 handles this condition a little better. -Tim Jackson, Stephen wrote: I am using tomcat 4.1.18 on a Linux

RE: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy%2E ,,

2003-03-19 Thread Jackson, Stephen
Tomcat 4.1.24 does not work. I get the same exception. Any other ideas? -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 10:05 AM To: Tomcat Users List Subject: Re: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy%2E ,, I think

Re: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy%2E ,,

2003-03-19 Thread Tim Funk
does not work. I get the same exception. Any other ideas? -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 10:05 AM To: Tomcat Users List Subject: Re: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy%2E ,, I think your cookie has

RE: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy %2E ,,

2003-03-19 Thread Jackson, Stephen
I fixed it. I downloaded the src and corrected it there. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 10:45 AM To: Tomcat Users List Subject: Re: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy %2E ,, I'm out of real solutions

RE: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy %2E ,,

2003-03-19 Thread Jacob Kjome
:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 10:45 AM To: Tomcat Users List Subject: Re: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy %2E ,, I'm out of real solutions. You could always try a hack and reinvent the wheel by parsing the request headers. (*shudders*) Another hack

RE: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy %2E ,,

2003-03-19 Thread Jackson, Stephen
To: Tomcat Users List Subject: RE: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy %2E ,, What is your fix? You should post it to bugzilla so that, if the fix makes sense, it gets applied to Tomcat. This would benefit everyone. Jake At 10:52 AM 3/19/2003 -0500, you wrote: I fixed it. I

RE: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy %2E ,,

2003-03-19 Thread Jacob Kjome
List Subject: RE: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy %2E ,, What is your fix? You should post it to bugzilla so that, if the fix makes sense, it gets applied to Tomcat. This would benefit everyone. Jake At 10:52 AM 3/19/2003 -0500, you wrote: I fixed it. I downloaded

RE: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy %2E ,,

2003-03-19 Thread Jackson, Stephen
To: Tomcat Users List Subject: RE: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy %2E ,, What is your fix? You should post it to bugzilla so that, if the fix makes sense, it gets applied to Tomcat. This would benefit everyone. Jake At 10:52 AM 3/19/2003 -0500, you wrote: I fixed