简体   繁体   中英

Jboss Form Auth fails when using utf8 characters

I am using both Jboss 7.1.1 and Wildfly10

for my application, I am using authentication by LDAP

And I have issue with utf-8 accents in password

for example, username with password contained "é" can not login to the application with Wildfly10, I found a solution here

Wildfly Form Auth fails when using special characters

But I can not find the same config for Jboss.

I had same issue with | and {} characters in POST URL,

There is a way to allow these characters in URL, set ALLOW_UNESCAPED_CHARACTERS_IN_URL=true in your startup script.

./bin/standalone.sh -Dorg.wildfly.undertow.ALLOW_UNESCAPED_CHARACTERS_IN_URL=true

visit Jboss forum for more, https://issues.jboss.org/browse/JBEAP-13710

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM