Re: URLDecoding not occurring for '+'

2011-11-16 Thread Rainer Jung
On 16.11.2011 12:41, Willem Fibbe wrote: Hi, With the HEAD revision of tc7.0.x/trunk I get that spaces are translated into + symbols. After binary searching which SVN rev in tomcat introduced this error, I found the following: - 1189876 correctly URL-decodes the + sign into a space - 1189899

URLDecoding not occurring for '+'

2011-11-16 Thread Willem Fibbe
Hi, With the HEAD revision of tc7.0.x/trunk I get that spaces are translated into + symbols. After binary searching which SVN rev in tomcat introduced this error, I found the following: - 1189876 correctly URL-decodes the + sign into a space - 1189899 doesn't URL-decode the + sign into a space