Re: Rewritten requests returning 404 in 8.5.57

2020-08-07 Thread Barry Roberts
On Fri, Aug 7, 2020 at 7:52 AM Christopher Schultz wrote: > > Can you try 8.5.52 and see if that fails as well?--- /me hangs head in shame. I haven't had time to narrow down what the exact issue is (I suspect APR), but there's something in the new (8.5.57) Dockerfile that breaks rewrites

Re: Rewritten requests returning 404 in 8.5.57

2020-08-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Barry, On 8/6/20 16:20, Barry Roberts wrote: > On Thu, Aug 6, 2020 at 1:23 PM Christopher Schultz > wrote: >> >> Are you trying to redirect across contexts (from one web >> application to another)? If so, you need to make sure you are >> actually

Re: Rewritten requests returning 404 in 8.5.57

2020-08-06 Thread Barry Roberts
On Thu, Aug 6, 2020 at 1:23 PM Christopher Schultz wrote: > > Are you trying to redirect across contexts (from one web application > to another)? If so, you need to make sure you are actually doing a > redirect. Your RewriteRules aren't redirecting. > > Try the [R] flag. > > - -chris Actually,

Re: Rewritten requests returning 404 in 8.5.57

2020-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Barry, On 8/6/20 14:36, Barry Roberts wrote: > On Thu, Aug 6, 2020 at 9:51 AM Mark Thomas > wrote: >> >> >> Minimum steps to recreate the issue with an 8.5.57 install of a >> standard ASF provided distribution? >> >> Mark >> > > A minimal example

Re: Rewritten requests returning 404 in 8.5.57

2020-08-06 Thread Barry Roberts
On Thu, Aug 6, 2020 at 9:51 AM Mark Thomas wrote: > > > Minimum steps to recreate the issue with an 8.5.57 install of a standard ASF > provided distribution? > > Mark > A minimal example similar to what I'm doing in 8.5.57, the redirects work as expected. I'm at a loss as to what configuration

Re: Rewritten requests returning 404 in 8.5.57

2020-08-06 Thread Mark Thomas
On August 6, 2020 2:37:34 PM UTC, Barry Roberts wrote: >I'm having an issue very similar to this one: >https://marc.info/?l=tomcat-user=159171480518941=2 > >The only difference is, I'm upgrading my docker from 8.5.51 to 8.5.57. >My config adds a parameter in the rewrite rule, so I can see in the

Rewritten requests returning 404 in 8.5.57

2020-08-06 Thread Barry Roberts
I'm having an issue very similar to this one: https://marc.info/?l=tomcat-user=159171480518941=2 The only difference is, I'm upgrading my docker from 8.5.51 to 8.5.57. My config adds a parameter in the rewrite rule, so I can see in the access log that the rule is rewriting properly. It just