Strabon
changeset 627:a1a5e82e6844
Added "Known Issues" section to README, for setting tomcat's connector encoding to UTF8.
author | Stella Giannakopoulou <sgian@di.uoa.gr> |
---|---|
date | Mon Oct 08 10:53:10 2012 +0300 (2012-10-08) |
parents | f4e410b430fb |
children | 9e0cad04ccd9 |
files | README |
line diff
1.1 --- a/README Mon Oct 08 00:05:03 2012 +0300 1.2 +++ b/README Mon Oct 08 10:53:10 2012 +0300 1.3 @@ -204,6 +204,20 @@ 1.4 the Strabon-devel mailing-list Strabon-devel@di.uoa.gr. 1.5 1.6 1.7 +Known Issues 1.8 +============ 1.9 +By default, Tomcat uses ISO-8859-1 character encoding when decoding URLs received 1.10 +from a browser. This can cause problems when encoding is UTF-8, and you are using 1.11 +international characters. In order to fix this, edit conf/server.xml and find the 1.12 +line where the Connector is defined. Add the parameter URIEncoding and set it to 1.13 +UTF-8. For example: 1.14 + 1.15 +<Connector port="8080" protocol="HTTP/1.1" 1.16 + connectionTimeout="20000" 1.17 + URIEncoding="UTF-8" 1.18 + redirectPort="8443" /> 1.19 + 1.20 + 1.21 License 1.22 ======= 1.23 This Source Code Form is subject to the terms of the Mozilla Public