You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/12/25 12:22:29 UTC

DO NOT REPLY [Bug 21727] - Redirect directive doesn't work if content negotiation involved (MultiViews RedirectMatch)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=21727>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=21727


nick@webthing.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |WONTFIX




------- Additional Comments From nick@webthing.com  2006-12-25 03:22 -------
This is a matter of precedence.  When a Redirect is set server-wide in httpd.conf, it'll work as you want it 
to.  But in .htaccess, it runs *after* mod_negotiation.  So it's already remapped to /test.html before 
applying your Redirect, and the Redirect doesn't match.

If we change that, it'll have side-effects on people who may rely on this behaviour.

Workaround: use a RedirectMatch that matches negotiated variants.  Or, better, Don't Do That.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org