Re: Disjoint Base64 Encoded String

2008-10-29 Thread Serge Fonville
A + is automatically converted to a space.If you want to use base64 either convert it client side or indeed urlencode it so that it can only be interpreted as it is intended and no 'intelligent' interpretation is done Regards, Serge Fonville On Wed, Oct 29, 2008 at 2:01 PM, Jeng Yu <[EMAIL PROTE

Disjoint Base64 Encoded String

2008-10-29 Thread Jeng Yu
Hi Friends, I am seeing a problem with my servlet running in Tomcat and I'm a bit baffled. When I post a base64 encoded string that has a "+" character in it from a client to my servlet (via form post), the string becomes disjointed at "+" character making it two strings. That is, the "+" c