You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by bu...@apache.org on 2003/01/26 22:15:50 UTC

DO NOT REPLY [Bug 9931] - Base64 decoder chokes on a whitespace: FIXED?

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9931>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9931

Base64 decoder chokes on a whitespace: FIXED?

m.redington@ucl.ac.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Base64 decoder chokes on a  |Base64 decoder chokes on a
                   |whitespace                  |whitespace: FIXED?



------- Additional Comments From m.redington@ucl.ac.uk  2003-01-26 21:15 -------
I've just submitted a couple of patches that should fix encoding. Daniel Rall's
last patch is subsumed in these: "+ i" was missing of the location of the
insertion point for the separator, and this was messing things up.

This *should* fix the problem.

Looking at the code, it should be possible to do this more economically on the
fly. I'll give that a go when I get a chance.