-
Bug
-
Resolution: Duplicate
-
Medium
-
None
-
1.4.1
-
None
-
JBoss 3.2.5
When uploading a file Übersicht.txt there comes up an error message.
When uploading a file Übersich.doc the upload is done.
- is duplicated by
-
CONFSERVER-5722 resin or confluence's bug in non-ascii attachment file download
-
- Closed
-
- is related to
-
CONFSERVER-4602 When attachment filename contains ascii highbit characters there are problems with accessing file
-
- Closed
-
- relates to
-
CONFSERVER-4503 Problems with special characters in file names
-
- Closed
-
YOU AND WE GOT IT!
Due to your hints concerning url encoding and an information from your own server we finally found the solution.
As we use JBoss application server with tomcat embedded we tried the following:
http://confluence.atlassian.com/display/DOC/Configuring+Tomcat%27s+URI+encoding
Configuring Tomcat's URI encoding
By default, Tomcat uses ISO-8859-1 character encoding when decoding URLs received from a browser. This can cause problems when Confluence's encoding is UTF-8, and you are using international characters in attachment or page names.
In the conf/server.xml insert
This means it is not enough to tell JBoss to use UTF-8. You have to tell it tomcat inside also.
I propose that you publish your information concerning JBoss/tomcat bundle on a higher level.
Thank you guys.
Cheers,
Stefan