mod_ldap directives under a virtualhost are sufficient to trigger this merge issue)
+1: covener, wrowe, trawick
+ *) mod_proxy_ajp: Ensure that we only return a non fatal error if the request
+ is idempotent and if we did not sent any request body so far.
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?rev=955966&view=rev
+ Backport version for 2.2.x of patch:
+ Trunk version of patch works
+ +1: rpluem, trawick, niq
+ niq asks: did anyone check whether a similar change might be in order
+ in mod_proxy_http? Or any of the CGI implementations?
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
Trunk patch: http://svn.apache.org/viewvc?rev=930125&view=rev
2.2.x patch: https://issues.apache.org/bugzilla/attachment.cgi?id=25153
Submitted by: Daniel Ruggeri <DRuggeri primary.net>
+ +1: niq
* mod_disk_cache: Decline the opportunity to cache if the response is
a 206 Partial Content. This stops a reverse proxied partial response
Trunk patch: http://svn.apache.org/viewvc?rev=951222&view=rev
2.2.x patch: http://people.apache.org/~minfrin/httpd-cache-partial-2.2.patch
+1: minfrin
+ niq asks: I can see the logic of not cacheing partial responses,
+ but why should mod_disk_cache worry about them if mod_cache allows
+ them, as in the following proposal?
*) mod_cache: Explicitly allow cache implementations to cache a 206 Partial
Response if they so choose to do so. Previously an attempt to cache a 206
2.2.x Patch: http://people.apache.org/~minfrin/httpd-cache-partial2-2.2.patch
+1: minfrin
- *) mod_proxy_ajp: Ensure that we only return a non fatal error if the request
- is idempotent and if we did not sent any request body so far.
- Trunk version of patch:
- http://svn.apache.org/viewvc?rev=955966&view=rev
- Backport version for 2.2.x of patch:
- Trunk version of patch works
- +1: rpluem, trawick
-
*) mod_rewrite: Allow to set environment variables using mod_rewrite without
explicitely giving a value.
Most modules only check presence of a variable, not the value, so it makes
http://svn.apache.org/viewvc?rev=960233&view=rev
Backport version for 2.2.x of patch:
http://people.apache.org/~rjung/patches/httpd-branch-2.2-mod_rewrite-env_var-emptyvalue.patch
- +1: rjung
+ +1: rjung, niq
*) mod_filter: enable filtering of errordocuments. PR 48377
http://svn.apache.org/viewvc?view=revision&revision=894041