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