cvs commit: apache/src http_request.c

1997-11-22 Thread dgaudet
dgaudet 97/11/22 14:24:53 Modified:src Tag: APACHE_1_2_X http_request.c Log: Comment was a little bit inaccurate. Also explicitly mention 2068 S9, S14.23 in the error message so that maybe we can avoid more and more people complaining about us rejecting HTTP/1.1 requests wi

cvs commit: apache/src http_request.c

1997-08-07 Thread Dean Gaudet
dgaudet 97/08/07 01:15:31 Modified:src http_request.c Log: local shadowing another local ... caused by my recent commit Revision ChangesPath 1.72 +0 -1 apache/src/http_request.c Index: http_request.c =

cvs commit: apache/src http_request.c

1997-08-03 Thread Dean Gaudet
dgaudet 97/08/03 22:14:26 Modified:src http_request.c Log: make it a little more obvious that this_conf is only used inside the inner loop. Revision ChangesPath 1.68 +2 -1 apache/src/http_request.c Index: http_request.c ===

cvs commit: apache/src http_request.c

1997-08-01 Thread Dean Gaudet
dgaudet 97/08/01 01:01:22 Modified:src http_request.c Log: Fix a bug introduced by a bug fix during the 1.2 betas: if there are multiple s that match, all are applied... that's the bug that was fixed during 1.2bX. But it didn't reset this_conf to NULL, so as soon as one

cvs commit: apache/src http_request.c

1997-07-19 Thread Dean Gaudet
dgaudet 97/07/19 01:03:54 Modified:src http_request.c Log: add a comment about proxy auth Revision ChangesPath 1.64 +4 -0 apache/src/http_request.c Index: http_request.c === RCS file:

cvs commit: apache/src http_request.c

1997-07-13 Thread Dean Gaudet
dgaudet 97/07/13 19:32:11 Modified:src http_request.c Log: Deal with chunking when a DONE is returned. Submitted by: Rob Hartill Reviewed by: Jim Jagielski, Randy Terbush Revision ChangesPath 1.61 +5 -2 apache/src/http_request.c Index: http_re

cvs commit: apache/src http_request.c http_request.h

1997-07-07 Thread Dean Gaudet
dgaudet 97/07/07 19:09:37 Modified:src http_request.c http_request.h Log: Add is_initial_request function. Revision ChangesPath 1.59 +12 -0 apache/src/http_request.c Index: http_request.c ==

cvs commit: apache/src http_request.c mod_cern_meta.c mod_dir.c

1997-06-26 Thread Dean Gaudet
dgaudet 97/06/26 19:21:25 Modified:src Tag: APACHE_1_2_X http_request.c mod_cern_meta.c mod_dir.c Log: Ugh I messed up the security fixes commit. Revision ChangesPath No revision No revision

cvs commit: apache/src http_request.c

1997-02-20 Thread Roy Fielding
fielding97/02/20 16:22:30 Modified:src http_request.c Log: We do not want TRACE to bypass a proxy request, since the proxy is supposed to pass it on following the rules in RFC 2068. The code is currently failing to respond correctly to full-URIs if there is no proxy modu

cvs commit: apache/src http_request.c

1997-02-17 Thread Marc Slemko
marc97/02/17 12:16:18 Modified:src http_request.c Log: Fix indenting to be somewhat consistent with surrounding source; now indented correctly with something other than ts=6. Revision ChangesPath 1.44 +7 -7 apache/src/http_request.c Index: http_

cvs commit: apache/src http_request.c

1997-01-25 Thread Randy Terbush
randy 97/01/25 07:44:40 Modified:src http_request.c Log: The below patch makes the error message a bit more standard and doesn't print it if the reason for stat failing was EACCES. Should go in before the beta goes out. Reviewed by: Randy Terbush Submitted by: Marc S

cvs commit: apache/src http_request.c mod_log_config.c

1997-01-20 Thread Brian Behlendorf
brian 97/01/20 01:30:52 Modified:src http_request.c mod_log_config.c Log: Reviewed by: Randy Terbush, Brian Behlendorf Submitted by: Dean Gaudet Two problems. The first is that every call to make_sub_request wasn't copying the original request's request_time. The

cvs commit: apache/src http_request.c

1997-01-13 Thread Randy Terbush
randy 97/01/13 21:03:08 Modified:src http_request.c Log: Complete fix for directoryindex problem. Reviewed by: Marc Slemko, Sameer, Parekh, Randy Terbush Submitted by: Marc Slemko Revision ChangesPath 1.37 +8 -8 apache/src/http_request.c Index:

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

1997-01-11 Thread Randy Terbush
randy 97/01/11 21:17:27 Branch: src RELEASE_1_1_X Modified:src http_request.c mod_dir.c Log: More changes to support fix for DirectoryIndex/stat() problem. Reviewed by: Randy Terbush Submitted by: Marc Slemko Revision ChangesPath 1.11.2.3 +1 -1

cvs commit: apache/src http_request.c mod_cookies.c

1997-01-11 Thread Randy Terbush
randy 97/01/11 18:05:45 Branch: src RELEASE_1_1_X Modified:src http_request.c mod_cookies.c Log: Make http_request.c changes a bit more portable. Change Copyright dates for both files. Revision ChangesPath 1.11.2.2 +11 -2 apache/src/http_reques

cvs commit: apache/src http_request.c

1997-01-11 Thread Randy Terbush
randy 97/01/11 16:40:23 Branch: src RELEASE_1_1_X Modified:src http_request.c Log: Fix a problem in get_path_info() which would allow a very long URL with many '/' characters to convince the server to return an index for the DocumentRoot. Properly check errno

cvs commit: apache/src http_request.c mod_log_config.c

1996-12-10 Thread Roy Fielding
fielding96/12/10 21:16:10 Modified:src http_request.c mod_log_config.c Log: Prior change from 1.1 to promote the status on an internal redirect was the wrong fix. The real error was in the default log format in mod_log_config which was not really CLF. Submitted by: Ro

cvs commit: apache/src http_request.c

1996-12-02 Thread Roy Fielding
fielding96/12/02 07:48:28 Modified:src http_request.c Log: An internal redirect which results in a 304 Not Modified being sent to the client gets logged as a 200, because the final response code of the redirect is not propagated to the request structure that is logged. Th

cvs commit: apache/src http_request.c

1996-12-01 Thread Roy Fielding
fielding96/12/01 06:33:50 Modified:src http_request.c Log: On an internal redirect (particularly for an ErrorDocument handler), store the original method in the subprocess environment so that it will be noted as REDIRECT_REQUEST_METHOD for any subprocess script. This is t

cvs commit: apache/src http_request.c

1996-10-19 Thread Ben Laurie
ben 96/10/19 08:17:07 Modified:src http_request.c Log: Apply sections before name translation. Revision ChangesPath 1.22 +19 -2 apache/src/http_request.c Index: http_request.c ===

cvs commit: apache/src http_request.c

1996-10-19 Thread Ben Laurie
ben 96/10/19 07:44:40 Modified:src http_request.c Log: Process after . Reviewed by: Alexei Kosut, Roy Fielding, Jim Jagielski Revision ChangesPath 1.21 +7 -7 apache/src/http_request.c Index: http_request.c

cvs commit: apache/src http_request.c

1996-10-19 Thread Ben Laurie
ben 96/10/19 07:20:22 Modified:src http_request.c Log: Correct miscounting of directories. Submitted by: Paul Sutton Revision ChangesPath 1.20 +5 -1 apache/src/http_request.c Index: http_request.c ==

cvs commit: apache/src http_request.c

1996-10-19 Thread Ben Laurie
ben 96/10/19 03:07:44 Modified:src http_request.c Log: Remove pointless location_walk(). Revision ChangesPath 1.19 +1 -2 apache/src/http_request.c Index: http_request.c === RCS fi

cvs commit: apache/src http_request.c

1996-10-16 Thread Ben Laurie
ben 96/10/16 10:29:23 Modified:src http_request.c Log: Add missing location_walk()s. Reviewed by: Alexei Kosut Revision ChangesPath 1.17 +3 -1 apache/src/http_request.c Index: http_request.c

cvs commit: apache/src http_request.c httpd.h http_protocol.c

1996-10-08 Thread Brian Behlendorf
brian 96/10/08 13:43:36 Modified:src http_request.c httpd.h http_protocol.c Log: Reviewed by: Brian Behlendorf Submitted by: Rob Hartil <[EMAIL PROTECTED]> Rob wrote: > "no_cache" had been borrowed to do stuff that it shouldn't have. Revision ChangesPath

cvs commit: apache/src http_request.c

1996-08-05 Thread Brian Behlendorf
brian 96/08/05 22:24:49 Modified:src http_request.c Log: Reviewed by: Brian Behlendorf Submitted by: Garey Smiley The following patch fixes OS/2 drive name support ia 1.1.1. Revision ChangesPath 1.14 +5 -0 apache/src/http_request.c Index: ht

cvs commit: apache/src http_request.c

1996-07-01 Thread Alexei Kosut
akosut 96/07/01 11:10:30 Modified:src http_request.c Log: Further fix the multi-method Limit protection problem. Submitted by: [EMAIL PROTECTED] Reviewed by: Alexei Kosut, Robert S. Thau Revision ChangesPath 1.11 +5 -2 apache/src/http_request.c

cvs commit: apache/src http_request.c

1996-06-12 Thread Brian Behlendorf
brian 96/06/12 20:09:24 Modified:src http_request.c Log: Reviewed by: Brian Behlendorf Submitted by: Andrew Wilson Fixed compilation warning with an unused variable without STATUS instrumentation. Revision ChangesPath 1.9 +2 -0 apache/src/http_

Re: cvs commit: apache/src http_request.c

1996-04-09 Thread Alexei Kosut
On Tue, 9 Apr 1996, Alexei Kosut wrote: > Change the access file parsing so that sections are parsed > after sections. This lets the latter override the former, > which in most cases is the desired behavior. Oops... this log is incorrect. I meant "This lets the former override the latter"

cvs commit: apache/src http_request.c

1996-04-09 Thread Alexei Kosut
akosut 96/04/09 16:06:04 Modified:src http_request.c Log: Change the access file parsing so that sections are parsed after sections. This lets the latter override the former, which in most cases is the desired behavior. Revision ChangesPath 1.6 +56 -41