|
FYI: the "codec81-fix.patch" fix moves all the logic in the two main "public static" methods into member methods instead.
The patch line:
desiredResult = desiredResult.replace("=", ""); // url-safe has no == padding. uses a Java 1.5 String API, we are not on 1.5 yet, but we just moved to 1.4. Can you please re-patch? Thank you. Whoops! Previous was not Java1.4 compatible. Sorry!
Patch applied and then some.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1. codec81-junit.patch highlights the bug.
2. codec81-fix.patch fixes the bug.
There's a tiny bit of code cleanup in there anticipating my next attempt at a
CODEC-59patch - in particular this, since hopefully "instanceof String" will become a valid Object type to decode.