rwinch / spring-ldap

Apache License 2.0
0 stars 0 forks source link

LDAP-336: Remove usage of internal class sun.misc.BASE64Encoder. #72

Closed rwinch closed 8 years ago

rwinch commented 9 years ago

Original Reporter: thomasd Environment: Not Specified Version: 2.0.3 Migrated From: https://jira.spring.io//browse/LDAP-336 A safe plain-JDK replacement for {{sun.misc.BASE64Encoder}} is {{javax.xml.bind.DatatypeConverter}}.

See SPR-12938 for more details.

rwinch commented 9 years ago

thomasd said: I added a [PR 26|https://github.com/spring-projects/spring-ldap/pull/26] for this.

rwinch commented 9 years ago

rwinch said: Thanks for the PR! This is now merged into master :)