2 Dec 2006 07:25
svn commit: r481509 - in /httpd/httpd/trunk: CHANGES modules/database/mod_dbd.c
<chrisd <at> apache.org>
2006-12-02 06:25:08 GMT
2006-12-02 06:25:08 GMT
Author: chrisd Date: Fri Dec 1 22:25:07 2006 New Revision: 481509 URL: http://svn.apache.org/viewvc?view=rev&rev=481509 Log: Stash DBD connections in request_config of initial request only, or else sub-requests and internal redirections may cause entire DBD pool to be stashed in a single HTTP request. Modified: httpd/httpd/trunk/CHANGES httpd/httpd/trunk/modules/database/mod_dbd.c Modified: httpd/httpd/trunk/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?view=diff&rev=481509&r1=481508&r2=481509 ============================================================================== --- httpd/httpd/trunk/CHANGES [utf-8] (original) +++ httpd/httpd/trunk/CHANGES [utf-8] Fri Dec 1 22:25:07 2006 <at> <at> -2,6 +2,10 <at> <at> Changes with Apache 2.3.0 [Remove entries to the current 2.0 and 2.2 section below, when backported] + *) mod_dbd: Stash DBD connections in request_config of initial request + only, or else sub-requests and internal redirections may cause + entire DBD pool to be stashed in a single HTTP request. [Chris Darroch] + *) mod_cache: Correctly cache objects whose URL query string has been modified by mod_rewrite. PR 40805. [Ruediger Pluem](Continue reading)
RSS Feed