Re: Encoding issues with Tomcat 7.0.69+ and 8.0.33+

2016-07-12 Thread Mark Thomas
On 12/07/2016 11:11, Vincent Massol wrote: > Hi Mark, > > I’ve seen your mail on the devs list. IMO you have only 2 choices: You are welcome to comment on the dev list thread. > * Option 1: decode the path passed to RD > * Option 2: revert the changes brought by > http://svn.apache.org/viewvc?v

Re: Encoding issues with Tomcat 7.0.69+ and 8.0.33+

2016-07-12 Thread Vincent Massol
Hi Mark, I’ve seen your mail on the devs list. IMO you have only 2 choices: * Option 1: decode the path passed to RD * Option 2: revert the changes brought by http://svn.apache.org/viewvc?view=revision&revision=1741019 and http://svn.apache.org/viewvc?view=revision&revision=1741024 (or at least

Re: Encoding issues with Tomcat 7.0.69+ and 8.0.33+

2016-07-12 Thread Vincent Massol
Hi Mark, > On 11 Jul 2016, at 22:32, Mark Thomas wrote: > > On 10/07/2016 22:24, Vincent Massol wrote: >> Ok I’ve found the issue that is causing the problem: >> https://bz.apache.org/bugzilla/show_bug.cgi?id=59317 >> >> Specifically it says: >> >> “ >> Async and non-async behaviours are curre

Re: Encoding issues with Tomcat 7.0.69+ and 8.0.33+

2016-07-11 Thread Mark Thomas
On 10/07/2016 22:24, Vincent Massol wrote: > Ok I’ve found the issue that is causing the problem: > https://bz.apache.org/bugzilla/show_bug.cgi?id=59317 > > Specifically it says: > > “ > Async and non-async behaviours are currently the same. > • Both expect the path used to obtain the dispa

Re: Encoding issues with Tomcat 7.0.69+ and 8.0.33+

2016-07-10 Thread Vincent Massol
Ok I’ve found the issue that is causing the problem: https://bz.apache.org/bugzilla/show_bug.cgi?id=59317 Specifically it says: “ Async and non-async behaviours are currently the same. • Both expect the path used to obtain the dispatcher to be decoded. This behavior was confirmed with th

Encoding issues with Tomcat 7.0.69+ and 8.0.33+

2016-07-08 Thread Vincent Massol
Hi guys, I work on the XWiki project (http://xwiki.org) and we’ve had several reports of users telling us that XWiki is not working anymore with versions of Tomcat > 7.0.69 and > 8.0.33. It works perfectly well with those versions and lower. The issue is described in more detail at http://jira