axboot / ax-boot-framework

Full Stack Java Web Application Framework with Java & HTML5
http://www.axboot.com
MIT License
242 stars 70 forks source link

Replace DatatypeConverter with Commons Codec Base64 #60

Closed visavis2k closed 6 years ago

visavis2k commented 6 years ago

Replace "javax.xml.bind.DatatypeConverter" with "org.apache.commons.codec.binary.Base64", which is used for Base64 encoding / decoding. "DatatypeConverter" caused a serious problem in "WildFly 9". The problem is that the session stored in the cookie can not be restored(or stored) properly.

아래 주소에 좀 더 자세한 설명을 남겼습니다. AXBoot: WildFly 9을 사용할 때의 JWTSessionHandler 문제

brant-hwang commented 6 years ago

PR 감사합니다 :)

visavis2k commented 6 years ago

천만에요. 좋은 프레임워크를 공개해 주셔서 제가 감사드려야지요!