|
[
Permlink
| « Hide
]
Henri Yandell added a comment - 03/May/08 05:23 PM
I've added that as a unit test and it passes. I had to cast the 0x9c to a byte, but no other changes. I'll look later to see if the bugs already been caught and fixed.
The relevant line of code has already been changed to:
} else if (octect < 0 || base64Alphabet[octect] == -1) { Thus it no longer gets an exception and is ignored. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||