Re: Path parameters with RewriteValve

2019-09-19 Thread Mark Thomas
On 17/09/2019 19:00, Alain Sellerin wrote: > On Mon, Sep 16, 2019 at 1:49 PM Mark Thomas wrote: > Hi Mark, > > Thank you for your analysis. It is really helping me. I have the > confirmation that it is an expected behavior and that there is a > rational behind it. > > For curiosity, what is t

Re: Path parameters with RewriteValve

2019-09-17 Thread Alain Sellerin
On Mon, Sep 16, 2019 at 1:49 PM Mark Thomas wrote: > > > Alain, > > On 9/13/19 13:37, Alain Sellerin wrote: > Tomcat version: 8.5 OS: Win10, Linux > > > > I'm facing an issue with an application that is using path > parameters in conjunction with a RewriteValve. > > > > If th

Re: Path parameters with RewriteValve

2019-09-16 Thread Mark Thomas
> Alain, > On 9/13/19 13:37, Alain Sellerin wrote: Tomcat version: 8.5 OS: Win10, Linux I'm facing an issue with an application that is using path parameters in conjunction with a RewriteValve. If the request is : http://127.0.0.1:8080/foo/subpath;pathparam1=123/hello

Re: Path parameters with RewriteValve

2019-09-14 Thread Alain Sellerin
On Sat, Sep 14, 2019 at 5:42 PM Christopher Schultz wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Alain, > > On 9/13/19 13:37, Alain Sellerin wrote: > > Tomcat version: 8.5 OS: Win10, Linux > > > > Hi, > > > > I'm facing an issue with an application that is using path > > parame

Re: Path parameters with RewriteValve

2019-09-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alain, On 9/13/19 13:37, Alain Sellerin wrote: > Tomcat version: 8.5 OS: Win10, Linux > > Hi, > > I'm facing an issue with an application that is using path > parameters in conjunction with a RewriteValve. > > I narrowed down the problem by using

Path parameters with RewriteValve

2019-09-13 Thread Alain Sellerin
Tomcat version: 8.5 OS: Win10, Linux Hi, I'm facing an issue with an application that is using path parameters in conjunction with a RewriteValve. I narrowed down the problem by using the sample application available here: https://tomcat.apache.org/tomcat-8.5-doc/appdev/sample/ Context ==