Re: [xwiki-users] Slash in the page title

2016-09-08 Thread Bruno
Sorry. I had just set up Apache with "AllowEncodedSlashes On" instead of "AllowEncodedSlashes NoDecode". Tomcat is configured with "org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true". Thanks a lot ! Signature mails _ Bruno Joffredo

Re: [xwiki-users] Slash in the page title

2016-09-08 Thread Bruno
Thanks Vincent. I have configured Tomcat and Apache to accept the conversion of the slash in the URL. It seems to work. I can find my page and view it. But when I create a page with a slash in the title, XWiki tree create a new space that contains the page. Example : - Page tit

Re: [xwiki-users] Slash in the page title

2016-09-08 Thread Vincent Massol
Hi, > On 08 Sep 2016, at 11:57, Bruno wrote: > > > Hello, > > In XWiki Enterprise 7.4.2, a user has put a slash in the title of his page. > XWiki has well transformed the URL to : > /xwiki/bin/view/Le+wiki+du+CRI/Support+aux+Utilisateurs/Synchronisation+messagerie%2Fagenda+sous+androïd/ > > B

[xwiki-users] Slash in the page title

2016-09-08 Thread Bruno
Hello, In XWiki Enterprise 7.4.2, a user has put a slash in the title of his page. XWiki has well transformed the URL to : /xwiki/bin/view/Le+wiki+du+CRI/Support+aux+Utilisateurs/Synchronisation+messagerie%2Fagenda+sous+androïd/ But Apache receives the following URL when I click on link in XWik