martin 99/02/07 12:53:47
Modified: src CHANGES
Log:
Document recent proxy change
Revision Changes Path
1.1238 +4 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1237
retrieving revision 1.1238
diff -u -r1.1237 -r1.1238
--- CHANGES 1999/02/06 14:36:25 1.1237
+++ CHANGES 1999/02/07 20:53:44 1.1238
@@ -1,5 +1,9 @@
Changes with Apache 1.3.5
+ *) proxy: The various calls to ap_proxyerror() can return HTTP/1.1 status
+ code different from 500. This allows the proxy to, e.g., return
+ "403 Forbidden" for ProxyBlock'ed URL's. [Martin Kraemer]
+
*) Fix ordering of language variants for the case where the traditional
negotiation algorithm is being used with multiple language variants
and no Accept-Language. [James Treacy <[EMAIL PROTECTED]>] PR#3299, 3688