On Dec 9, 2010, at 3:20 PM, Sergiu Dumitriu wrote:
On 12/09/2010 06:37 AM, Donnie Lee wrote:
Hi,
I use latest XWiki with Tomcat 5 and MySQL 5. When I create page with slash, like "test/test", nothing happens -- I got a blank browser page. Maybe I forgot to add some options to Xwiki or Tomcat? Thanks in advance.
http://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.10
Tomcat completely freaks out when there's a %2F in URLs, and it's not something that can be changed in XWiki.
You can configure Tomcat to allow this, by enabling org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH
Added to http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat Thanks -Vincent PS: See http://dev.xwiki.org/xwiki/bin/view/Community/Contributing#HStrategiesforans... ;)