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
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
> 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
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
-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
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
==