Re: URLEncoding of "\" Character

2008-09-18 Thread Erik Onnen
On Wed, Sep 17, 2008 at 1:45 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote: > > - Original Message - From: "Erik Onnen" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Wednesday, September 17, 2008 10:27 PM > Subject: Re: URLEnc

Re: URLEncoding of "\" Character

2008-09-17 Thread Johnny Kewl
- Original Message - From: "Erik Onnen" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, September 17, 2008 10:27 PM Subject: Re: URLEncoding of "\" Character Thanks Mark, much appreciated. I had no idea the extra system props even

Re: URLEncoding of "\" Character

2008-09-17 Thread Erik Onnen
Thanks Mark, much appreciated. I had no idea the extra system props even existed. On Wed, Sep 17, 2008 at 12:07 PM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Erik Onnen wrote: > > Verified on 6.0.16 and 6.0.18, 2.6.24 Linux kernel, JVM 1.6.0_10-beta. > When > > I attempt to encode a "\" character

Re: URLEncoding of "\" Character

2008-09-17 Thread Johnny Kewl
- Original Message - From: "Mark Thomas" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, September 17, 2008 10:01 PM Subject: Re: URLEncoding of "\" Character Johnny Kewl wrote: Would help if I said something in the first post hey

Re: URLEncoding of "\" Character

2008-09-17 Thread Mark Thomas
Johnny Kewl wrote: > Would help if I said something in the first post hey ;) > > Not sure what you up to exactly but > %5C is right for \ > but \ > I thing is probably an illegal servlet or file name, so it cant work On what basis? The OPs request is completely legal. Mark ---

Re: URLEncoding of "\" Character

2008-09-17 Thread Mark Thomas
Martin Gainty wrote: > U+0244 > http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references That format won't work in a URL. Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

Re: URLEncoding of "\" Character

2008-09-17 Thread Johnny Kewl
- Original Message - From: Johnny Kewl To: Tomcat Users List Sent: Wednesday, September 17, 2008 9:26 PM Subject: Re: URLEncoding of "\" Character - Original Message - From: "Erik Onnen" <[EMAIL PROTECTED]> To: Sent: Wednesday, Septembe

Re: URLEncoding of "\" Character

2008-09-17 Thread Johnny Kewl
- Original Message - From: "Erik Onnen" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 17, 2008 8:51 PM Subject: URLEncoding of "\" Character > Verified on 6.0.16 and 6.0.18, 2.6.24 Linux kernel, JVM 1.6.0_10-beta. When > I attempt to encode a "

RE: URLEncoding of "\" Character

2008-09-17 Thread Martin Gainty
pache.org > Subject: URLEncoding of "\" Character > > Verified on 6.0.16 and 6.0.18, 2.6.24 Linux kernel, JVM 1.6.0_10-beta. When > I attempt to encode a "\" character into a url resulting in a %5C in the URL > on the wire, I'm seeing a 400 from the server and none o

Re: URLEncoding of "\" Character

2008-09-17 Thread Mark Thomas
Erik Onnen wrote: > Verified on 6.0.16 and 6.0.18, 2.6.24 Linux kernel, JVM 1.6.0_10-beta. When > I attempt to encode a "\" character into a url resulting in a %5C in the URL > on the wire, I'm seeing a 400 from the server and none of my code is hit. > I've tried URLEncoding="UTF-8" on the connecto

URLEncoding of "\" Character

2008-09-17 Thread Erik Onnen
Verified on 6.0.16 and 6.0.18, 2.6.24 Linux kernel, JVM 1.6.0_10-beta. When I attempt to encode a "\" character into a url resulting in a %5C in the URL on the wire, I'm seeing a 400 from the server and none of my code is hit. I've tried URLEncoding="UTF-8" on the connector with no luck. Same URL s