| Title | ShortURLConstructor does not support pages which represent in Chinese words. |
| Date | 29-Apr-2006 21:15:45 EEST |
| Version | 2.4.1 |
| Submitter | 59.117.51.188 |
| Bug criticality | LightBug |
| Browser version | IE/Firefox |
| Bug status | ClosedBug |
| PageProvider used | com.ecyrd.jspwiki.providers.CachingProvider |
| Servlet Container | Tomcat 4.1 |
| Operating System | Window XP |
| URL | Any page name in chinese word |
| Java version | 5.0 |
If there are some pages named in Chinese word, such as 測試, 天氣, and apply the ShortURLConstructor, you can't access those pages!
Further, if your editing content is typing in chinese, after POST it to server, it will become unrealizable context!
Have you set 'URIEncoding="UTF-8"' in your Tomcat server.xml? Or, since you're using Tomcat 4.1, I think you must set 'useBodyEncodingForURI="true"'
Please see http://tomcat.apache.org/tomcat-4.1-doc/config/coyote.html
Since no comments received, I assume this is closed. Please reopen, if you still see this.