APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/03/01 22:01:48 $]
+Last modified at [$Date: 2004/03/03 05:03:24 $]
Release:
now enforced solely with the LimitRequestLine config directive.
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.263&r2=1.264
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protocol.c?r1=1.145&r2=1.146
- +1: rederpj
+ +1: rederpj, jerenkrantz
* Win32 mpm: Fix broken find_ready_listener in Win32DisableAcceptEx path
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/mpm/winnt/child.c?r1=1.29&r2=1.30
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/connection.c?r1=1.114&r2=1.116
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.261&r2=1.263
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/eoc_bucket.c (new file)
- +1: madhum
+ +1: madhum, jerenkrantz
* mod_ssl: Fix nasty memory leak for each plain-HTTP-on-SSL-port request.
PR: 27106
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_io.c?r1=1.117&r2=1.118
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_io.c?r1=1.120&r2=1.121
- +1: jorton, trawick
+ +1: jorton, trawick, jerenkrantz
* mod_setenvif: remove support for remote_user variable which never
worked at all. PR 25725 (2.0 + 1.3)
spurious failures in SSL functions later.
PR: 21160
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_pphrase.c?r1=1.44&r2=1.45
- http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_pphrase.c?r1=1.49&r2=1.50
- +1: jorton, trawick
+ http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_pphrase.c?r1=1.49&r2=1.50 (comment-only modification)
+ +1: jorton, trawick, jerenkrantz
* Fix file extensions for real media files and removed rpm extension
from mime.types. PR 26079. (2.0 + 1.3)
Fix existing bug that leads to segfault with this fix if
"BufferedLogs Off" is used:
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/loggers/mod_log_config.c?r1=1.114&r2=1.115
- +1: trawick stoddard (, jerenkrantz)
+ +1: trawick, stoddard, jerenkrantz
* mod_isapi: GetServerVariable("ALL_RAW") returned the wrong buffer
size. PR 20617 [Jesse Pelton <jsp pkc.com>]