cvs commit: apache/src mod_asis.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 19:08:59 Modified:src mod_asis.c Log: Oops missed statics on this one. Revision ChangesPath 1.16 +2 -2 apache/src/mod_asis.c Index: mod_asis.c === RCS file: /export/h

cvs commit: apache/src mod_asis.c

1996-05-16 Thread Ben Laurie
ben 96/05/16 14:54:32 Modified:src mod_asis.c Log: Fix undeclared function warning. Revision ChangesPath 1.5 +1 -0 apache/src/mod_asis.c Index: mod_asis.c === RCS file: /export/h

cvs commit: apache/src mod_asis.c

1996-05-16 Thread Alexei Kosut
akosut 96/05/16 10:11:35 Modified:src mod_asis.c Log: mod_asis used to pass on a Location header that refered to a local URL to the client. This is bad for clients (which react differently) and unlikely to be the behaviour the user expected. Local redirects from .asis ar