APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/01/29 21:38:22 $]
+Last modified at [$Date: 2004/01/29 21:47:03 $]
Release:
IPv4 numeric address string from IPv4-mapped address would work
but actually resolving the host would not. To catch the check
via retcode, you have to specify the NI_NAMEREQD flag.
+ jerenkrantz: This was fixed in APR 1.0, but not backported to 0.9.
+ See post to dev@httpd.
PATCHES TO BACKPORT FROM 2.1
[ please place file names and revisions from HEAD here, so it is easy to
* Fix file extensions for real media files and removed rpm extension
from mime.types. PR 26079. (2.0 + 1.3)
docs/conf/mime.types: r1.23
+ jerenkrantz: Why is rm not application/vnd.rn-realmedia as in PR 26079?
+1: nd, trawick
* Don't include newlines in strings passed to ap_log_error; cosmetic fix
* mod_ssl: Fix streaming of nph- CGI scripts over SSL.
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_io.c?r1=1.113&r2=1.114
PR: 21944
- +1: jorton, trawick
+ +1: jorton, trawick, jerenkrantz
* mod_ssl: Fix for possible segfault on ssl_var_lookup for SSL_SESSION_ID.
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_vars.c?r1=1.29&r2=1.30
ProxyErrorOverride are enabled, and a non-200 response without a
body is generated by the backend server.
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/proxy/proxy_http.c?r1=1.176&r2=1.177
- +1: stoddard, nd
+ +1: stoddard, nd, jerenkrantz
* If large file support is enabled, allow any file that is greater than
AP_MAX_SENDFILE to be split into multiple buckets. This allows Apache
to send files that are greater than 2gig. Otherwise we run into
32/64 bit type mismatches in the file size.
server/core.c r1.255, r1.256
- +1: bnicholes, nd
+ +1: bnicholes, nd, jerenkrantz
* mod_dav: Reject requests including fragment part in the Request-URI.
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/dav/main/mod_dav.c?r1=1.102&r2=1.103
PR: 21779
- +1: jorton, nd
+ +1: jorton, nd, jerenkrantz
nd asks: Should we make it runtime configurable either to 400, drop the
fragment or just treat it as part of the filename?
(ok, convinced after discussion on dev@)
* Catch an edge case, where strange subsequent RewriteRules could lead to
a 400 (Bad Request) response. (2.0 + 1.3)
modules/mappers/mod_rewrite.c: r1.228
- +1: nd
+ +1: nd, jerenkrantz
* mod_include's expression tokenizer: don't skip the first character of
a string, it may be a backslash. (2.0 + 1.3)