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: http_req

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 ap

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

1999-04-20 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 apache-1.3/s

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 Chang

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

1998-11-05 Thread coar
coar98/11/05 12:11:30 Modified:src CHANGES src/main http_request.c util.c Log: Fix some problems with the handling of UNC paths. Submitted by: Ken Parzygnat <[EMAIL PROTECTED]> Revision ChangesPath 1.1136+3 -0 apache-1.3/src/CHA

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]> Review

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

1998-10-03 Thread rse
rse 98/10/03 07:42:29 Modified:src CHANGES src/main http_request.c Log: Fix the SERVER_NAME variable under sub-request situations (where `UseCanonicalName off' is used) like CGI's called from SSI pages or RewriteCond variables by adopting r->hostname to su

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 apache-1.3/src/main/http_request.c

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 ChangesPath

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

1998-02-03 Thread dgaudet
dgaudet 98/02/02 23:32:17 Modified:src/main http_request.c Log: If r->finfo.st_mode already set then don't do an extra stat() in get_path_info(), assume the path info has already been discovered. Revision ChangesPath 1.105 +5 -0 apache-1.3/src/main/http_request