Commit b92fead9 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

These are in 2.2.11-dev


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713152 13f79535-47bb-0310-9956-ffa450edef68
parent fa18e89a
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -5,9 +5,6 @@ Changes with Apache 2.3.0
  *) Build: Correctly set SSL_LIBS during openssl detection if pkgconfig is
     not available. PR 46018 [Ruediger Pluem]

  *) mod_expires: Do not sets negative max-age / Expires header in the past.
     PR 39774 [Jim Jagielski]

  *) authn/z: Remove mod_authn_default and mod_authz_default.
     [Chris Darroch]

@@ -34,15 +31,9 @@ Changes with Apache 2.3.0

  *) core: Add ap_timeout_parameter_parse to public API. [Ruediger Pluem]

  *) mod_proxy: Prevent segmentation faults by correctly adjusting the lifetime
     of the buckets read from the proxy backend. PR 45792 [Ruediger Pluem]

  *) mod_dir: Support "DirectoryIndex None" 
     Suggested By André Warnier <aw ice-sa.com> [Eric Covener]

  *) mod_proxy: Add the possibility to set the worker parameters
     connectiontimeout and ping in milliseconds. [Ruediger Pluem]

  *) mod_ssl: Send Content-Type application/ocsp-request for POST requests to
     OSCP responders. PR 46014 [Dr Stephen Henson <steve openssl.org>]

@@ -50,14 +41,6 @@ Changes with Apache 2.3.0
     rewrite_mapfunc_t and ap_register_rewrite_mapfunc functions are
     available to third party modules. [Graham Leggett]

  *) mod_proxy_ajp: Fix wrongly formatted requests where client
     sets Content-Length header, but doesn't provide a body.
     Servlet container always expects that next packet is
     body whenever C-L is present in the headers. This can lead
     to wrong interpretation of the packets. In this case
     send the empty body packet, so container can deal with
     that. [Mladen Turk]

  *) mod_authnz_ldap: don't return NULL-valued environment variables to
     other modules.  PR 39045 [Francois Pesce <francois.pesce gmail.com>]