adamretter commented on pull request #46: URL: https://github.com/apache/commons-codec/pull/46#issuecomment-619578596
@garydgregory I am not sure... Whilst I am happy to refactor to use a decode table, I don't agree with the arguments to make it support Base64 like behaviour. The published standards are only for Base64 and there is no equivalent for Base16, therefore to me it makes no sense to apply such stuff to Base16. Also ignoring invalid chars or line breaks every 72 characters, would break my own use-cases, and therefore I can't really justify adding it when I can't use the code. How do we resolve this? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
