[EMAIL PROTECTED] wrote: > > coar 02/01/31 07:46:19 > > Modified: . STATUS > Log: > Another showstopper.. protocol violation, this time. > > Revision Changes Path > 1.412 +4 -1 httpd-2.0/STATUS > > Index: STATUS > =================================================================== > RCS file: /home/cvs/httpd-2.0/STATUS,v > retrieving revision 1.411 > retrieving revision 1.412 > diff -u -u -r1.411 -r1.412 > --- STATUS 31 Jan 2002 15:01:00 -0000 1.411 > +++ STATUS 31 Jan 2002 15:46:19 -0000 1.412 > @@ -1,5 +1,5 @@ > APACHE 2.0 STATUS: -*-text-*- > -Last modified at [$Date: 2002/01/31 15:01:00 $] > +Last modified at [$Date: 2002/01/31 15:46:19 $] > > Release: > > @@ -106,6 +106,9 @@ > > * Redirected autoindex requests no longer work. Example: > http://jakarta.apache.org/builds/tomcat/ mod_dir is a suspect. > + > + * mod_rewrite redirections are issuing invalid Location: > + response header fields (they're not absoluteURI values).
Ken, I misled you. mod_alias does RedirectMatch, not mod_rewrite. I'll fix the STATUS file. Even though these Location: headers are not absolute, Mozilla, Netscape, and IE5 automatically redirect without problems. lynx complains about the Location: , then redirects automatically. mod_alias has been doing this for ages, at least before 2_0_28. Greg > RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: > > > >
