Re: Use of JAXB api to process Base64 in Tomcat 7 and 8

2013-03-21 Thread Mark Thomas
On 21/03/2013 05:35, Konstantin Kolinko wrote: Hi! Recent Mark's commits in Tomcat 7, 8 replaced custom implementations(*) of base64 with use of the following class from JAXB: javax.xml.bind.DatatypeConverter This affects base64 processing in our own classes and in our copy of Commons

Re: Use of JAXB api to process Base64 in Tomcat 7 and 8

2013-03-21 Thread sebb
On 21 March 2013 09:39, Mark Thomas ma...@apache.org wrote: On 21/03/2013 05:35, Konstantin Kolinko wrote: Hi! Recent Mark's commits in Tomcat 7, 8 replaced custom implementations(*) of base64 with use of the following class from JAXB: javax.xml.bind.DatatypeConverter This affects base64