Hi Team,
With our Confluence 4.0.4 we get a "file not found" error if we wan to access an attachement with german umlauts.
It turned out that it is definitely a proxy problem. After bypassing the proxy it works.
This is my proxy configuration.
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyRequests Off
ProxyPreserveHost On
ProxyPass /confluence http://localhost:9092/confluence
ProxyPassReverse /confluence http://localhost:9092/confluence
AddLanguage de .de
AddCharset UTF-8 .utf8
AddDefaultCharset utf-8
AddCharset UTF-8 .action
Any Ideas how to find the solution?
THANKS
Philipp
For the records I also checked the following:
1.Formatting and International Settings:
Indexing Language German
Encoding UTF-8
2. Tomcat URI Encoding in Server XML:
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="9092" minProcessors="5"
maxProcessors="75"
enableLookups="false" redirectPort="8445" acceptCount="10" debug="0" connectionTimeout="20000"
useURIValidationHack="false" URIEncoding="UTF-8"/>
DB connection URL:
jdbc:mysql://mysql.myserver.com/confluence?autoReconnect=true&sessionVariables=storage_engine%3DInnoDB&characterEncoding=utf8
3. Database Encoding
Database Encoding:
mysql> use confluence404
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> status
--------------
mysql Ver 14.14 Distrib 5.1.49, for debian-linux-gnu (x86_64) using readline 6.1
Connection id: 11916284
Current database: confluence404
Current user: hagenmanagement@0.0.0.0
SSL: Not in use
Current pager: stdout
Using outfile: ''
Using delimiter: ;
Server version: 5.1.49-3 (Debian)
Protocol version: 10
Connection: mysql.myserver.com via TCP/IP
Server characterset: utf8
Db characterset: utf8
Client characterset: latin1
Conn. characterset: latin1
TCP port: 3306
Uptime: 320 days 1 hour 28 min 58 sec
Threads: 120 Questions: 814570352 Slow queries: 649 Opens: 1225141 Flush tables: 1 Open tables: 1024 Queries per second avg: 29.456
--------------