Re: Consecutive double slashes in URLs

2017-10-19 Thread Mark Thomas
On 18/10/17 22:23, Maor Shiffman wrote: > On Wed, Oct 18, 2017 at 11:58 PM, Mark Thomas wrote: > >> On 18/10/17 21:49, Maor Shiffman wrote: >> >>> Hi, >>> >>> ​Attached are two war files that demonstrate the issue - ROOT.war and >>> context2.war. >>> There are two contexts - ROOT, that uses a url

Re: Consecutive double slashes in URLs

2017-10-18 Thread Maor Shiffman
On Wed, Oct 18, 2017 at 11:58 PM, Mark Thomas wrote: > On 18/10/17 21:49, Maor Shiffman wrote: > > > Hi, > > > > ​Attached are two war files that demonstrate the issue - ROOT.war and > > context2.war. > > There are two contexts - ROOT, that uses a url rewrite filter (tuckey)​ > > to forward all r

Re: Consecutive double slashes in URLs

2017-10-18 Thread Mark Thomas
On 18/10/17 21:49, Maor Shiffman wrote: > Hi, > > ​Attached are two war files that demonstrate the issue - ROOT.war and > context2.war. > There are two contexts - ROOT, that uses a url rewrite filter (tuckey)​ > to forward all requests to the second context - context2 (which also > uses a rewrite

Re: Consecutive double slashes in URLs

2017-10-18 Thread Maor Shiffman
On Tue, Oct 17, 2017 at 10:11 PM, Mark Thomas wrote: > On 17/10/17 15:32, Maor Shiffman wrote: > > > ​No, we are using Apache web server in our production environment, but > this > > issue also reproduces in our dev environment which doesn't use a web > server. > > I have further isolated the iss

Re: Consecutive double slashes in URLs

2017-10-17 Thread Mark Thomas
On 17/10/17 15:32, Maor Shiffman wrote: > ​No, we are using Apache web server in our production environment, but this > issue also reproduces in our dev environment which doesn't use a web server. > I have further isolated the issue to be in 8.0.45. > Could this be related to the fix of > https://

Re: Consecutive double slashes in URLs

2017-10-17 Thread Maor Shiffman
On Tue, Oct 17, 2017 at 5:27 PM, Igal @ Lucee.org wrote: > Maor, > > On 10/17/2017 6:32 AM, Mark Thomas wrote: > >> On 16/10/17 21:50, Maor Shiffman wrote: >> >>> Hi, >>> >>> We've recently upgraded our servers from 8.0.43 to 8.0.45 and URLs with >>> consecutive double slashes that used to work s

Re: Consecutive double slashes in URLs

2017-10-17 Thread Igal @ Lucee.org
Maor, On 10/17/2017 6:32 AM, Mark Thomas wrote: On 16/10/17 21:50, Maor Shiffman wrote: Hi, We've recently upgraded our servers from 8.0.43 to 8.0.45 and URLs with consecutive double slashes that used to work such as http://www.domain.com/auth//signin.html stopped working - getting a 404. This

Re: Consecutive double slashes in URLs

2017-10-17 Thread Mark Thomas
On 16/10/17 21:50, Maor Shiffman wrote: > Hi, > > We've recently upgraded our servers from 8.0.43 to 8.0.45 and URLs with > consecutive double slashes that used to work such as > http://www.domain.com/auth//signin.html stopped working - getting a 404. > This happens on our production environment r

Consecutive double slashes in URLs

2017-10-16 Thread Maor Shiffman
Hi, We've recently upgraded our servers from 8.0.43 to 8.0.45 and URLs with consecutive double slashes that used to work such as http://www.domain.com/auth//signin.html stopped working - getting a 404. This happens on our production environment running Linux but also on our development environment