Closed GoogleCodeExporter closed 8 years ago
Any chance you're using commons-codec-1.4? This problem has been mentioned on
the
mailing list before.
This appears to be a bug in commons-codec-1.4. Why would a Base64 encoder always
append a new line? This used to work with CC-1.3.
Original comment by m.kaepp...@gmail.com
on 8 Oct 2009 at 7:52
Yep, I just tried with commons codec 1.3 (after reverting my change on
signpost) and
it works. So the culprit is commons. In our server we're going to be
stripping the
input base64 just in case (since this seems to be a common error), so I suggest
that
signpost probably do this too.
Now, do you want to report the bug to commons codec or should I? :-)
Original comment by zed.s...@gmail.com
on 8 Oct 2009 at 7:04
Go for it :-)
Could you please post the ticket link here afterwards?
Cheers
Matthias
Original comment by m.kaepp...@gmail.com
on 9 Oct 2009 at 7:55
https://issues.apache.org/jira/browse/CODEC-89
Original comment by juliusda...@gmail.com
on 28 Oct 2009 at 6:17
This issue was closed by revision r65.
Original comment by m.kaepp...@gmail.com
on 28 Oct 2009 at 8:01
Original issue reported on code.google.com by
zed.s...@gmail.com
on 7 Oct 2009 at 9:57