Re: Tomcat 3.2.3. getPathInfo() escape problem

2001-08-13 Thread Ross Inglis
- Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Ross Inglis [EMAIL PROTECTED] Sent: Monday, August 13, 2001 6:03 AM Subject: Re: Tomcat 3.2.3. getPathInfo() escape problem On Sun, 12 Aug 2001, Ross Inglis wrote: For the record I tried

Re: Tomcat 3.2.3. getPathInfo() escape problem

2001-08-12 Thread Craig R. McClanahan
On Sun, 12 Aug 2001, Ross Inglis wrote: For the record I tried Tomcat 4.0b7. I can confirm that it does not have the problem demonstrated by the RequestInfoExample servlet as above, but other problems (a null pointer exception somewhere in my cookie code) stopped me from testing it with my

Tomcat 3.2.3. getPathInfo() escape problem

2001-08-10 Thread Ross Inglis
Hi All. I recently decided it was time to upgrade my servlet based web-server. After checking the latest versions etc I went with Apache 1.3.20, Tomcat 3.2.3 and Cocoon 2.0b2. (I'm running Windows NT). I figured I'd get all the grief over with in one go! :-) (For the record, I was previously

RE: Tomcat 3.2.3. getPathInfo() escape problem

2001-08-10 Thread Larry Isaacs
-Original Message- From: Ross Inglis [mailto:[EMAIL PROTECTED]] Sent: Friday, August 10, 2001 1:06 PM To: [EMAIL PROTECTED] Subject: Tomcat 3.2.3. getPathInfo() escape problem Hi All. I recently decided it was time to upgrade my servlet based web-server. After checking

escape() Problem...

2001-03-16 Thread Martin Ko
Hi, all. I wrote a jsp page which send request by QUERYSTRING with a parameter containing international characters, and which get the parameter. I'm working with apache as a web server and tomcat as a jsp engine. And, with Netscape browser, I encode the string by escape function (javascript)

RE: escape() Problem...

2001-03-16 Thread Wouter Boers
Hi, Don't rely in JavaScript. Use java.net.URLDecoder.encode(), and java.net.URLEncoder.decode() before you push the parameters to the browser. Wouter -Original Message- From: Martin Ko [mailto:[EMAIL PROTECTED]] Sent: 16 March 2001 14:52 To: [EMAIL PROTECTED] Subject: escape

RE: escape() Problem...

2001-03-16 Thread Martin Ko
Message- From: Martin Ko [mailto:[EMAIL PROTECTED]] Sent: 16 March 2001 14:52 To: [EMAIL PROTECTED] Subject: escape() Problem... Hi, all. I wrote a jsp page which send request by QUERYSTRING with a parameter containing international characters, and which get the parameter. I'm working with apache