
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
29/Jul/06 10:25 AM
|
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#376544 |
Fri Feb 10 04:43:55 UTC 2006 |
jgallacher |
Added support for Apache 2.2. Ref MODPYTHON-78
Changed connobject makesockaddr to directly access the address port
rather than using apr_sockaddr_port_get, which was deprecated and removea
d in apr 1.x.
Removed APR_STATUS_IS_SUCCESS which is deprecated. Code which used this
macro will now just compare any return condition with APR_SUCCESS.
Added support to unit test to detect apache version.
Modified unit tests to accomodate changes to mod_auth in apache 2.2.
Mod_auth has been split into multiple modules. The mod_python unit test
will now use mod_auth_basic when apache 2.2 is detected.
An explicit value for KeepAliveTimeout is now set in the unit test when
apache 2.2 is detected.
|
| Files Changed |
MODIFY
/httpd/mod_python/trunk/test/httpdconf.py
MODIFY
/httpd/mod_python/trunk/src/filterobject.c
MODIFY
/httpd/mod_python/trunk/test/test.py
MODIFY
/httpd/mod_python/trunk/src/connobject.c
|
|