* All commits to branches/2.0.x must be reflected in SVN trunk,
as well, if they apply. Logical progression is commit to trunk,
- get feedback and votes in STATUS, and then merge into branches/2.0.x.
+ get feedback and votes on list or in STATUS, then merge into
+ branches/2.2.x, and finally merge into branches/2.0.x, as applicable.
RELEASE SHOWSTOPPERS:
+
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+1: pquerna, jerenkrantz, colm
jerenkrantz notes: I do prefer the version from r190033 (own if check).
- *) mod_ssl: Fix buffering in SSL output filter.
- http://svn.apache.org/viewcvs?rev=189971&view=rev
- PR: 35279
- +1: jorton, jerenkrantz
-
*) Reverse Proxy fixes: <Location> bug and Cookie support
Patch is at
http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=112365629308138&q=p4
filter_ctx = apr_palloc(c->pool, sizeof(ssl_filter_ctx_t));
+ filter_ctx->nobuffer = 0;
filter_ctx->pOutputFilter = ap_add_output_filter(ssl_io_filter,
filter_ctx, NULL, c);