According to RFC2396, '+' is are reserved character in the
query string, but not in the path portion of a URL.  There
was a bug fix in Tomcat 3.3.1 to avoid translating '+'
to ' ' in the parts of the URL prior to the query string.

Cheers,
Larry

> -----Original Message-----
> From: Olaf Vetter [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, April 10, 2002 10:40 AM
> To: [EMAIL PROTECTED]
> Subject: Bug in Tomcat 3.3.1 with getPathInfo() ?
> 
> 
> As far as I understand, calling request.getPathInfo() should 
> return an encoded string.
> With Tomcat 3.3.1, it returns the plus sign instead of 
> encoding it to a space.
> (Besides, it works "ok" with Tomcat 3.2X)
> 
> Is this a bug or intended?
> 
> Thanks in advance
> Olaf Vetter
> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to