Skip to content

Commit

Permalink
FIX encoding to UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Feb 21, 2018
1 parent b393314 commit 464b994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/standalone/configuration/standalone.xml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
<access-log pattern="common" directory="${jboss.home.dir}/standalone/log" prefix="access" />
</host>
</server>
<servlet-container name="default">
<servlet-container name="default" use-listener-encoding="true" default-encoding="UTF-8">
<jsp-config/>
<websockets/>
</servlet-container>
Expand Down

0 comments on commit 464b994

Please sign in to comment.