]> granicus.if.org Git - apache/blob - CHANGES
mod_proxy: Reject invalid values for Max-Forwards.
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) mod_proxy: Reject invalid values for Max-Forwards. [Graham Leggett,
5      Co-Advisor <coad measurement-factory.com>]
6
7   *) mod_cache: If a 304 response indicates an entity not currently cached, then
8      the cache MUST disregard the response and repeat the request without the
9      conditional. [Graham Leggett, Co-Advisor <coad measurement-factory.com>]
10
11   *) mod_proxy: Fix seg-faults when using the global pool on threaded
12      MPMs [Thomas Eckert <thomas.r.w.eckert gmail.com>, Jim Jagielski]
13
14   *) mod_proxy: Ensure network errors detected by the proxy are returned as
15      504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
16      compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
17      [Graham Leggett, Co-Advisor <coad measurement-factory.com>]
18
19   *) mod_cache: Ensure that we don't attempt to replace a cached response
20      with an older response as per RFC2616 13.12. [Graham Leggett, Co-Advisor
21      <coad measurement-factory.com>]
22
23   *) core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()
24      with weak validation combined with If-Range and Range headers. Break
25      out explicit conditional header checks to be useable elsewhere in the
26      server. Ensure weak validation RFC compliance in the byteranges filter.
27      Ensure RFC validation compliance when serving cached entities. PR 16142
28      [Graham Leggett, Co-Advisor <coad measurement-factory.com>]
29
30   *) core: Add the ability to do explicit matching on weak and strong ETags
31      as per RFC2616 Section 13.3.3. [Graham Leggett, Co-Advisor
32      <coad measurement-factory.com>]
33
34   *) mod_cache: Ensure that updated responses to HEAD requests don't get
35      mistakenly paired with a previously cached body. Ensure that any existing
36      body is removed when a HEAD request is cached. [Graham Leggett,
37      Co-Advisor <coad measurement-factory.com>]
38
39   *) mod_cache: Honour Cache-Control: no-store in a request. [Graham Leggett]
40
41   *) mod_cache: RFC2616 14.9.3 The s-maxage directive also implies the
42      semantics of the proxy-revalidate directive. [Graham Leggett]
43
44   *) mod_cache: Make sure that contradictory entity headers present in a 304
45      Not Modified response are caught and cause the entity to be removed.
46      [Graham Leggett]
47
48   *) mod_cache: Make sure Vary processing handles multivalued Vary headers and
49      multivalued headers referred to via Vary. [Graham Leggett]
50
51   *) mod_cache: When serving from cache, only the last header of a multivalued
52      header was taken into account. Fixed. [Graham Leggett]
53
54   *) mod_cache: Ignore response headers specified by no-cache=header and
55      private=header as specified by RFC2616 14.9.1 What is Cacheable. Ensure
56      that these headers are still processed when multiple Cache-Control
57      headers are present in the response. PR 54706 [Graham Leggett,
58      Yann Ylavic <ylavic.dev gmail.com>]
59
60   *) mod_cache: Invalidate cached entities in response to RFC2616 Section
61      13.10 Invalidation After Updates or Deletions. PR 15868 [Graham
62      Leggett]
63
64   *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
65      [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
66      <alejandro.alvarez.ayllon cern.ch>]
67
68   *) mod_dav: Do not segfault on PROPFIND with a zero length DBM.
69      PR 52559 [Diego Santa Cruz <diego.santaCruz spinetix.com>]
70
71   *) mod_dav: Do not fail PROPPATCH when prop namespace is not known.
72      PR 52559 [Diego Santa Cruz <diego.santaCruz spinetix.com>]
73
74   *) mod_dav: When a PROPPATCH attempts to remove a non-existent dead
75      property on a resource for which there is no dead property in the same
76      namespace httpd segfaults. PR 52559 [Diego Santa Cruz
77      <diego.santaCruz spinetix.com>]
78
79   *) mod_dav: PROPPATCH delete (svn propdel) silently discards errors.
80      PR 53525 [Arwin Arni <arwin collab.net>]
81
82   *) mod_dav: Ensure URI is correctly uriencoded on return. PR 54611
83      [Timothy Wood <tjw omnigroup.com>]
84
85   *) mod_dav: Sending a If or If-Match header with an invalid ETag doesn't
86      result in a 412 Precondition Failed. PR 54610 [Timothy Wood
87      <tjw omnigroup.com>]
88
89   *) mod_dav: Make sure that when we prepare an If URL for Etag comparison,
90      we compare unencoded paths. PR 53910 [Timothy Wood <tjw omnigroup.com>]
91
92   *) core, mod_ssl: Lift the restriction that prevents mod_ssl taking
93      full advantage of the event MPM. Enable the ability for a module
94      to reverse the sense of a poll event from a read to a write or vice
95      versa. [Graham Leggett]
96
97   *) htpasswd: Add -v option to verify a password. [Stefan Fritsch]
98
99   *) htpasswd, htdbm: Fix password generation. PR 54735. [Stefan Fritsch]
100
101   *) mod_dav: Improve error handling in dav_method_put(), add new
102      dav_join_error() function.  PR 54145.  [Ben Reser <ben reser.org>]
103
104   *) mod_auth_digest: Fix crashes if shm initialization failed. [Stefan
105      Fritsch]
106  
107   *) mod_ldap: LDAP connections used for authentication were not respecting
108      LDAPConnectionPoolTimeout.  PR 54587
109
110   *) core: ap_rgetline_core now pulls from r->proto_input_filters.
111
112   *) mod_proxy_html: process parsed comments immediately. 
113      Fixes bug where parsed comments may be lost. [Nick Kew]
114
115   *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
116
117   *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
118      HTML/XHTML [Nick Kew]
119
120   *) core: Add option to add valgrind support. Use it to reduce false positive
121      warnings in mod_ssl. [Stefan Fritsch]
122
123   *) mod_lua: Add bindings for apr_dbd/mod_dbd database access
124      [Daniel Gruno]
125
126   *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
127      Cache the result of the most recent password hash verification for every
128      keep-alive connection. This saves some expensive calculations.
129      [Stefan Fritsch]
130
131   *) http: Remove support for Request-Range header sent by Navigator 2-3 and
132      MSIE 3. [Stefan Fritsch]
133
134   *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
135      conformance or to only log the found problems. [Stefan Fritsch]
136
137   *) core: Correctly parse an IPv6 literal host specification in an absolute
138      URL in the request line. [Stefan Fritsch]
139
140   *) mod_ssl: add support for subjectAltName-based host name checking
141      in proxy mode. PR 54030. [Kaspar Brand]
142
143   *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254.
144      [Jackie Zhang <jackie qq zhang gmail com>]
145
146   *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
147
148   *) EventOpt MPM
149
150   *) core: Add LogLevelOverride directive that allows to override the
151      loglevel for clients from certain IPs. This also works for things
152      like the SSL handshake where <If> LogLevel ... </If> is evaluated
153      too late. [Stefan Fritsch]
154
155   *) core: Add new directive Warning to issue warnings from a configuration
156      file. Both Warning and Error now generate a timestamped log message.
157      [Fabien Coelho] 
158
159   *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
160      variables. [Stefan Fritsch]
161
162   *) core: New directive RegisterHttpMethod for registering non-standard
163      HTTP methods. [Stefan Fritsch]
164
165   *) core: New directive HttpProtocol which allows to disable HTTP/0.9
166      support. [Stefan Fritsch]
167
168   *) mod_allowhandlers: New module to forbid specific handlers for specific
169      directories. [Stefan Fritsch]
170
171   *) configure: Fix processing of --disable-FEATURE for various features.
172      [Jeff Trawick]
173
174   *) mod_systemd: New module, for integration with systemd on Linux.
175      [Jan Kaluza <jkaluza redhat.com>]
176
177   *) mod_cache_socache: New cache implementation backed by mod_socache
178      that replaces mod_mem_cache removed from httpd v2.2. [Graham
179      Leggett]
180
181   *) core: Add dirwalk_stat and pre_htaccess hooks, allowing mpm-itk
182      to be used without patches to httpd core.  [Jeff Trawick]
183
184   *) mod_lua: Add LuaInputFilter/LuaOutputFilter for creating content
185      filters in Lua [Daniel Gruno]
186
187   *) WinNT MPM: Store pid and generation for each thread in scoreboard
188      to allow tracking of threads from exiting children via mod_status
189      or other such mechanisms.  [Jeff Trawick]
190
191   *) mod_ssl: Catch missing or mismatched client cert/key pairs with
192      SSLProxyMachineCertificateFile/Path directives.  PR 52212.  
193      [Keith Burdis <keith burdis.org>, Joe Orton]
194
195   *) mod_lua: Allow scripts handled by the lua-script handler to return 
196      a status code to the client (such as a 302 or a 500) [Daniel Gruno]
197
198   *) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
199      rather than throwing an internal server error. [Daniel Gruno]
200
201   *) mod_lua: Add functions r:flush and r:sendfile as well as additional
202      request information to the request_rec structure. [Daniel Gruno]
203
204   *) mod_lua: Add a server scope for Lua states, which creates a pool of
205      states with managable minimum and maximum size. [Daniel Gruno]
206
207   *) core: Add post_perdir_config hook.
208      [Steinar Gunderson <sgunderson bigfoot.com>]
209
210   *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping 
211      URIs to Lua scripts and functions using regular expressions.
212      [Daniel Gruno]
213
214   *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
215      caching of lua scripts. [Daniel Gruno]
216
217   *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
218      - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
219      - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
220        mutexes (Mutex)
221      - mod_cache: thundering herd lock directory
222      - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
223      - mod_ldap: shared memory cache
224      - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
225      [Jeff Trawick]
226
227   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
228      setuid/setgid capability bits rather than a setuid root binary.
229      [Joe Orton]
230
231   *) suexec: Add support for logging to syslog as an alternative to logging
232      to a file; configure --without-suexec-logfile --with-suexec-syslog.  
233      [Joe Orton]
234
235   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
236      [Matthew Steele <mdsteele google.com>]
237
238   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
239      be compiled by the build compiler instead of the host compiler.
240      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
241      PR 51257. [Guenter Knauf]
242
243   *) core: In maintainer mode, replace apr_palloc with a version that
244      initializes the allocated memory with non-zero values, except if
245      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
246
247   *) mod_policy: Add a new testing module to help server administrators
248      enforce a configurable level of protocol compliance on their
249      servers and application servers behind theirs. [Graham Leggett]
250
251   *) mod_firehose: Add a new debugging module able to record traffic
252      passing through the server in such a way that connections and/or
253      requests be reconstructed and replayed. [Graham Leggett]
254
255   *) mod_noloris
256
257   *) APREQ
258
259   *) Simple MPM
260
261   *) mod_serf
262
263   [Apache 2.5.0-dev includes those bug fixes and changes with the
264    Apache 2.4.xx tree as documented below, except as noted.]
265
266 Changes with Apache 2.4.x and later:
267
268   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
269
270 Changes with Apache 2.2.x and later:
271
272   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
273
274 Changes with Apache 2.0.x and later:
275
276   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
277