org.apache.commons.codec.binary.Base64 question

2015-04-06 Thread Prathyusha Kanala
Hi, My web application was initially running on tomcat 7.0.53 and I use org.apache.commons.codec.binary.Base64 for encryption and decryption. Now the server has been updated to tomcat 7.0.57 and I get a java Nullpointer error at c.doFinal line: public static String make(String Data) throws

Re: org.apache.commons.codec.binary.Base64 question

2015-04-06 Thread Konstantin Kolinko
2015-04-06 21:19 GMT+03:00 Prathyusha Kanala knprathyu...@gmail.com: Hi, My web application was initially running on tomcat 7.0.53 and I use org.apache.commons.codec.binary.Base64 for encryption and decryption. Now the server has been updated to tomcat 7.0.57 and I get a java Nullpointer

Re: org.apache.commons.codec.binary.Base64 question

2015-04-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Prathyusha, On 4/6/15 2:19 PM, Prathyusha Kanala wrote: My web application was initially running on tomcat 7.0.53 and I use org.apache.commons.codec.binary.Base64 for encryption and decryption. Just so you're clear, base64 is an encoding and