This content has been marked as final.
Show 4 replies
-
1. Re: Problems with the filename encoding when uploading file.
ctomc Feb 2, 2015 9:40 AM (in response to ntraykov)What version of AS7 / WildFly?
-
2. Re: Problems with the filename encoding when uploading file.
ntraykov Feb 3, 2015 3:12 AM (in response to ctomc)Hi Tomaz!
Thank you for your answer!
The version of Wildfly on our test environment is
wildfly-
8.0
.
0
.Final. On production we are with wildfly-8.1.0.Final. The problem appears on both environments.
Cheers!
-
3. Re: Problems with the filename encoding when uploading file.
ntraykov Feb 3, 2015 9:18 AM (in response to ntraykov)The version of RestEasy is 3.0.8
-
4. Re: Problems with the filename encoding when uploading file.
ctomc Feb 3, 2015 4:58 PM (in response to ntraykov)try setting "url-charset" on http-listener (or what ever listener you use to access application)
<http-listener ... url-charset="windows-1250" ..../>
for example, but use charset you need.
also try setting
<servlet-container name="default" use-listener-encoding="true" default-encoding="utf-8" ...>
this is all in undertow subsystem configuration that you can find in standalone.xml