Mikhail2048 commented on pull request #461:
URL: https://github.com/apache/tomcat/pull/461#issuecomment-987709245


   Becuase this code, for example : `new Base64().decode(myString)` will 
produce NPE in case of myString is `null`. This is becuase of inner delegation 
to `public byte[] decode(final byte[] pArray)` method (in `BaseNCodec` class), 
which cannot handle null values.


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to