On Thu, Aug 6, 2020 at 9:51 AM Mark Thomas <ma...@apache.org> 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 I have that causes a valid
redirected path (I can copy it from the access log) will 404, but if I
paste it into my browser, it works.  If anyone has any ideas, I'm all
ears.

I have:
          <Valve className="org.apache.catalina.valves.rewrite.RewriteValve" />

in the Host element in my server.xml, and
conf/Catalina/localhost/rewrite.config contains:
RewriteRule ^/ivplugin(.*)$ /apps/iv$1?XV_ORIG_PATH=%{REQUEST_URI} [QSA,L]
RewriteRule ^/apps/ivplugin(.*)$ /apps/iv$1?XV_ORIG_PATH=%{REQUEST_URI} [QSA,L]

Thanks,
Barry

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to