cvs commit: apache/src mod_dir.c mod_negotiation.c

1997-07-05 Thread Ben Laurie
ben 97/07/05 14:30:25 Modified:src mod_dir.c mod_negotiation.c Log: Fix more VC++ warnings. Revision ChangesPath 1.31 +2 -2 apache/src/mod_dir.c Index: mod_dir.c === RCS file: /ex

cvs commit: apache/src mod_dir.c

1997-02-07 Thread Marc Slemko
marc97/02/07 16:39:23 Modified:src mod_dir.c Log: Return a 301 instead of a 302 from a redirect when a directory is missing a trailing '/' to allow it to be cacheable. Closes PR#77. Reviewed by: Marc Slemko, Ed Korthof, Dean Gaudet Submitted by: Markus Gyger <

cvs commit: apache/src mod_dir.c

1996-11-28 Thread Alexei Kosut
akosut 96/11/28 09:26:30 Modified:src mod_dir.c Log: Fix directory indexing so that if an index file encounters an error that is not 404, it returns that error instead of a directory index. This was causing unsafe behavior. Reviewed by: Brian Behlendorf, Aram Mirzadeh

cvs commit: apache/src mod_dir.c

1996-10-08 Thread Brian Behlendorf
brian 96/10/08 15:34:31 Modified:src mod_dir.c Log: Fixed -Wall warning. Revision ChangesPath 1.13 +2 -2 apache/src/mod_dir.c Index: mod_dir.c === RCS file: /export/home/cvs/apache/

cvs commit: apache/src mod_dir.c

1996-10-08 Thread Brian Behlendorf
brian 96/10/08 00:29:54 Modified:src mod_dir.c Log: Reviewed by: [EMAIL PROTECTED] Submitted by: [EMAIL PROTECTED] palloc didn't like being asked for a chunk of size of 0, so we have to make sure it doesn't get asked for it. Since there's nothing to sort if num_e

cvs commit: apache/src mod_dir.c

1996-06-13 Thread Brian Behlendorf
brian 96/06/13 17:03:44 Modified:src mod_dir.c Log: Submitted by: Brian Behlendorf Moved method check to past section where detection of DirectoryIndex is made, to allow for the possibility of POST to index.cgi. Revision ChangesPath 1.9 +2 -2 apa

cvs commit: apache/src mod_dir.c

1996-04-12 Thread Ben Laurie
ben 96/04/12 10:50:02 Modified:src mod_dir.c Log: Thinking about it more carefully, the previous version must have been legal, and desirable. Revert to the old construction but with the right number. Revision ChangesPath 1.8 +1 -1 apache/src/mod_dir

cvs commit: apache/src mod_dir.c

1996-04-12 Thread Ben Laurie
ben 96/04/12 10:45:06 Modified:src mod_dir.c Log: Fix a curious and strictly incorrect declaration. Reported By: Igor Sereda <[EMAIL PROTECTED]> Revision ChangesPath 1.7 +1 -1 apache/src/mod_dir.c Index: mod_dir.c

cvs commit: apache/src mod_dir.c

1996-04-09 Thread Ben Laurie
ben 96/04/09 12:08:42 Modified:src mod_dir.c Log: Correct a missing NULL in an rvputs. Revision ChangesPath 1.6 +1 -1 apache/src/mod_dir.c Index: mod_dir.c === RCS file: /export/

cvs commit: apache/src mod_dir.c

1996-03-12 Thread Ben Laurie
ben 96/03/12 10:25:03 Modified:src mod_dir.c Log: Eliminate some possible problems with NULL content_type. Revision ChangesPath 1.5 +2 -2 apache/src/mod_dir.c