KEYCLOAK-1739 - correct handling of diacritics from http request in
KeycloakServer
This commit is contained in:
parent
3a64c4d582
commit
f5f67a629e
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ public class KeycloakServer {
|
|||
di.setClassLoader(getClass().getClassLoader());
|
||||
di.setContextPath("/auth");
|
||||
di.setDeploymentName("Keycloak");
|
||||
di.setDefaultEncoding("UTF-8");
|
||||
|
||||
di.setDefaultServletConfig(new DefaultServletConfig(true));
|
||||
di.addWelcomePage("theme/keycloak/welcome/resources/index.html");
|
||||
|
|
Loading…
Reference in a new issue