fielding 97/01/23 17:53:34
Modified: src CHANGES
Log:
Document fix to ErrorDocument directive.
Revision Changes Path
1.128 +4 -0 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.127
retrieving revision 1.128
diff -C3 -r1.127 -r1.128
*** CHANGES 1997/01/21 00:12:22 1.127
--- CHANGES 1997/01/24 01:53:33 1.128
***************
*** 81,86 ****
--- 81,90 ----
*) Fix bug with ServerPath that could cause certain files to be not
found by the server. [Alexei Kosut]
+ *) Fix handling of ErrorDocument so that it doesn't remove a trailing
+ double-quote from text and so that it properly checks for unsupported
+ status codes using the new index_of_response interface. [Roy Fielding]
+
Changes with Apache 1.2b4:
*) Fix possible race condition in accept_mutex_init() that