cvs commit: apache-1.3/src/main http_request.c

1999-11-09 Thread ben
ben 99/11/09 10:02:24 Modified:src/main http_request.c Log: Make sure that an error document that needs auth but hasn't got an auth type still reports a cascaded error. Revision ChangesPath 1.151 +1 -1 apache-1.3/src/main/http_request.c Index:

cvs commit: apache-1.3/src/main http_request.c

1999-05-12 Thread dgaudet
dgaudet 99/05/12 09:50:43 Modified:src CHANGES src/main http_request.c Log: don't assume the struct stat passed to stat() is left alone when the stat fails Submitted by: Ed Korthof [EMAIL PROTECTED] Revision ChangesPath 1.1353+3 -0

cvs commit: apache-1.3/src/main http_request.c

1999-04-21 Thread dgaudet
dgaudet 99/04/20 16:38:45 Modified:src CHANGES src/main http_request.c Log: copy expecting_100 when doing an internal redirect PR: 3910 Submitted by: Jose KAHAN [EMAIL PROTECTED] Revision ChangesPath 1.1316+3 -0

cvs commit: apache-1.3/src/main http_request.c

1999-01-09 Thread martin
martin 99/01/09 13:37:57 Modified:src/main http_request.c Log: Save the EBCDIC conversion setting across invocations of ap_run_sub_req(). Previously, virtually SSI-included raw ascii documents would destroy the conversion setting of the including document. Revision

cvs commit: apache-1.3/src/main http_request.c

1998-10-20 Thread coar
coar98/10/20 10:42:45 Modified:src/main http_request.c Log: Use a common routine to check for absoluteness of a path; this works for both Win32 and Unix and gets rid of #ifdefs. PR: 2976, 3074 Submitted by: Ken Parzygnat [EMAIL PROTECTED]

cvs commit: apache-1.3/src/main http_request.c

1998-10-01 Thread coar
coar98/09/30 21:14:43 Modified:src/main http_request.c Log: ap_sub_req_lookup_file() was assuming that all absolute paths begin with / -- which obviously isn't the case for Win32. #ifdef this to do the right thing on Win32. (It's unclear whether a

cvs commit: apache-1.3/src/main http_request.c

1998-03-26 Thread martin
martin 98/03/26 06:06:49 Modified:src/main http_request.c Log: Don't refuse to serve if %2F occurs in the query part only, or in a proxy request (this shouldn't return a 404 anyway, but a 400) Revision ChangesPath 1.114 +7 -4

cvs commit: apache-1.3/src/main http_request.c

1998-03-06 Thread dgaudet
dgaudet 98/03/06 00:26:19 Modified:src/main http_request.c Log: No functional difference, other than to short-circuit earlier if there are no Location sections. I wanted to do this before I made another change which will have functional difference. Revision Changes