]> granicus.if.org Git - apache/blob - CHANGES
mod_http2: using invalid header callback from nghttp2 1.14.0 onwards
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) mod_http2: if configured with nghttp2 1.14.0 and onward, invalid request
5      headers will immediately reset the stream with a PROTOCOL error. Feature
6      logged by module on startup as 'INVHD' in info message.
7      [Stefan Eissing]
8      
9   *) mod_http2: fixed handling of stream buffers during shutdown.
10      [Stefan Eissing]
11      
12   *) mod_proxy_hcheck: Set health check URI and expression correctly for health
13      check worker. PR 60038 [zdeno <zdeno@scnet.sk>]
14
15   *) mod_cache: Use the actual URI path and query-string for identifying the
16      cached entity (key), such that rewrites are taken into account when
17      running afterwards (CacheQuickHandler off).  PR 21935.  [Yann Ylavic]
18
19   *) mod_ssl: Fix quick renegotiation (OptRenegotiaton) with no intermediate
20      in the client certificate chain.  PR 55786.  [Yann Ylavic]
21
22   *) mod_reqtimeout: Fix body timeout disabling for CONNECT requests to avoid
23      triggering mod_proxy_connect's AH01018 once the tunnel is established.
24      [Yann Ylavic]
25
26   *) mod_proxy_balancer: Prevent redirect loops between workers within a
27      balancer by limiting the number of redirects to the number balancer
28      members. PR 59864 [Ruediger Pluem]
29
30   *) mod_proxy: Correctly consider error response codes by the backend when
31      processing failonstatus. PR 59869 [Ruediger Pluem]
32
33   *) mod_proxy_fcgi: avoid loops when ProxyErrorOverride is enabled
34      and the error documents are proxied. PR 55415. [Luca Toscano]
35
36   *) mod_proxy_fcgi: read the whole FCGI response even when the content has
37      not been modified (HTTP 304) to avoid subsequent bogus reads and
38      confusing error messages logged. [Luca Toscano]
39
40   *) mod_crypto: Add the all purpose crypto filters with support for HLS.
41      [Graham Leggett]
42
43   *) ab: Add option -I to use the Server Name Indication (SNI) extension on
44      outgoing TLS connections, according to the Host header (if any) or the
45      requested URL's hostname otherwise.  [Yann Ylavic]
46
47   *) mod_ssl: reset client-verify state of ssl when aborting renegotiations.
48      [Erki Aring <erki@example.ee>, Stefan Eissing]
49
50   *) mod_proxy_{http,ajp,fcgi}: don't reuse backend connections with data
51      available before the request is sent.  PR 57832.  [Yann Ylavic]
52
53   *) mod_sed: Fix 'x' command processing. [Christophe Jaillet]
54
55   *) core: Drop an invalid Last-Modified header value coming
56      from a FCGI/CGI script instead of replacing it with Unix epoch.
57      Warn the users about Last-Modified header value replacements and 
58      improved handling of non-GMT datestr.
59      [Yann Ylavic, Luca Toscano]
60
61   *) mod_dav: Allow other modules to become providers and add ACLs
62      to the DAV response.
63      [Jari Urpalainen <jari.urpalainen nokia.com>, Graham Leggett]
64
65   *) mod_dav: Add dav_begin_multistatus, dav_send_one_response,
66      dav_finish_multistatus, dav_send_multistatus, dav_handle_err,
67      dav_failed_proppatch, dav_success_proppatch to mod_dav.h.
68      [Jari Urpalainen <jari.urpalainen nokia.com>, Graham Leggett]
69
70   *) core: Add -DDUMP_INCLUDES configtest option to show the tree
71      of Included configuration files.  [Jacob Champion <champion.pxi gmail.com>]
72
73   *) mod_dav: Add support for childtags to dav_error.
74      [Jari Urpalainen <jari.urpalainen nokia.com>]
75
76   *) mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
77      allowing per backend TLS configuration.  [Yann Ylavic]
78
79   *) core: explicitly exclude 'h2' from protocols announced via an Upgrade: 
80      header as commanded by http-wg. [Stefan Eissing]
81
82   *) http: Respond with "408 Request Timeout" when a timeout occurs while
83      reading the request body.  [Yann Ylavic]
84
85   *) scoreboard/status: Keep workers' previous Client, VHost and Request values
86      when idle, like in 2.4.18 and earlier.  [Yann Ylavic]
87
88   *) mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy
89      AJP13 authentication.  PR 53098.  [Dmitry A. Bakshaev <dab1818 gmail com>]
90
91   *) mpm_event: Don't take over scoreboard slots from gracefully finishing
92      threads. [Stefan Fritsch]
93
94   *) mod_status: Display the process slot number in the async connection
95      overview. [Stefan Fritsch]
96
97   *) mpm_event, mpm_worker: Fix computation of MinSpareThreads' lower bound
98      according the number of listeners buckets.  [Yann Ylavic]
99
100   *) mpm: Generalise the ap_mpm_register_socket functions to accept pipes
101      or sockets. [Graham Leggett]
102
103   *) core: Extend support for setting aside data from the network input filter
104      to any connection or request input filter. [Graham Leggett]
105
106   *) mod_ssl: Add "no_crl_for_cert_ok" flag to SSLCARevocationCheck directive
107      to opt-in previous behaviour (2.2) with CRLs verification when checking
108      certificate(s) with no corresponding CRL.  [Yann Ylavic]
109
110   *) core: Split ap_create_request() from ap_read_request(). [Graham Leggett]
111
112   *) ab: Use caseless matching for HTTP tokens (e.g. content-length). PR 59111.
113      [Yann Ylavic]
114
115   *) mod_auth_digest: Fix compatibility with expression-based Authname. PR59039.
116      [Eric Covener]
117
118   *) mpm: Add a complete_connection hook that confirms whether an MPM is allowed
119      to leave the WRITE_COMPLETION phase. Move filter code out of the MPMs.
120      [Graham Leggett]
121
122   *) core: Added support for HTTP code 451. PR58985.
123      [Yehuda Katz <yehuda ymkatz.net>, Jim Jagielski]
124
125   *) mod_ssl: Add support for OpenSSL 1.1.0. [Rainer Jung]
126
127   *) mod_filter: Fix AddOutputFilterByType with non-content-level filters.
128      PR58856 [Micha Lenk <micha lenk.info>]
129
130   *) mod_cache: Consider Cache-Control: s-maxage in expiration
131      calculations.  [Eric Covener]
132
133   *) mod_cache: Allow caching of responses with an Expires header
134      in the past that also has Cache-Control: max-age or s-maxage.
135      PR55156. [Eric Covener]
136
137   *) Added many log numbers to log statements that had none.
138
139   *) mod_session: Introduce SessionExpiryUpdateInterval which allows to
140      configure the session/cookie expiry's update interval. PR 57300.
141      [Paul Spangler <paul.spangler ni.com>]
142
143   *) core: Extend support for asynchronous write completion from the
144      network filter to any connection or request filter. [Graham Leggett]
145
146   *) mpm_event: Free memory earlier when shutting down processes.
147      [Stefan Fritsch]
148
149   *) mod_auth_digest: remove AuthDigestEnableQueryStringHack which is no
150      more documented since dec 2012 (r1415960). [Christophe Jaillet]
151
152   *) mod_charset_lite: On EBCDIC platforms, make sure mod_charset_lite runs
153      after other resource-level filters. [Eric Covener]
154
155   *) mod_dir: Responses that go through "FallbackResource" might appear to
156      hang due to unterminated chunked encoding. PR58292. [Eric Covener]
157
158   *) http: Don't remove the Content-Length of zero from a HEAD response if
159      it comes from an origin server, module or script.  [Yann Ylavic]
160
161   *) http: Add support for RFC2324/RFC7168. [Graham Leggett]
162
163   *) mod_rewrite: Add support for starting External Rewriting Programs
164      as non-root user on UNIX systems by specifying username and group name
165      as third argument of RewriteMap directive. [Jan Kaluza]
166
167   *) mod_authn_core: Add expression support to AuthName and AuthType.
168      [Graham Leggett]
169
170   *) suexec: Filter out the HTTP_PROXY environment variable because it is
171      treated as alias for http_proxy by some programs. [Stefan Fritsch]
172
173   *) mod_proxy_http: Don't establish or reuse a backend connection before pre-
174      fetching the request body, so to minimize the delay between it is supposed
175      to be alive and the first bytes sent: this is a best effort to prevent the
176      backend from closing because of idle or keepalive timeout in the meantime.
177      Also, handle a new "proxy-flushall" environment variable which allows to
178      flush any forwarded body data immediately. PR 56541+37920. [Yann Ylavic]
179
180   *) core: Define and UnDefine are no longer permitted in
181      directory context. Previously they would always be evaulated
182      as the configuration was read without regard for the directory
183      context. [Eric Covener]
184
185   *) config: For directives that do not expect any arguments, enforce
186      that none are specified in the configuration file. 
187      [Joachim Zobel <jzobel heute-morgen.de>, Eric Covener]
188
189   *) mod_rewrite: Improve 'bad flag delimeters' startup error by showing
190      how the input was tokenized.  PR 56528. [Edward Lu <Chaosed0 gmail.com>]
191
192   *) mod_proxy: Don't put non balancer-member workers in error state by
193      default for connection or 500/503 errors, and honor status=+I for
194      any error.  PR 48388.  [Yann Ylavic]
195
196   *) mod_socache_memcache: Pass expiration time through to memcached. PR 55445.
197      [Faidon Liambotis <paravoid debian.org>, Joe Orton]
198
199   *) ap_expr: Add filemod function for checking file modification dates
200      [Daniel Gruno]
201
202   *) mod_authnz_ldap: Resolve crashes with LDAP authz and non-LDAP authn since 
203      r1608202. [Eric Covener]
204
205   *) apreq: Content-Length header should be always interpreted as a decimal.
206      Leading 0 could be erroneously considered as an octal value. PR 56598.
207      [Chris Card <ctcard hotmail com>]
208
209   *) mod_proxy: Now allow for 191 character worker names, with non-fatal
210      errors if name is truncated. PR53218. [Jim Jagielski]
211
212   *) mod_ssl: Add optional function "ssl_get_tls_cb" to allow support
213      for channel bindings.  [Simo Sorce <simo redhat.com>]
214
215   *) mod_proxy_wstunnel: Concurrent websockets messages could be 
216      lost or delayed with ProxyWebsocketAsync enabled.  
217      [Edward Lu <Chaosed0 gmail.com>]
218
219   *) core, mod_info: Add compiled and loaded PCRE versions to version
220      number display.  [Rainer Jung]
221
222   *) mod_authnz_ldap: Return LDAP connections to the pool before the handler
223      is run, instead of waiting until the end of the request. [Eric Covener]
224
225   *) mod_proxy_html: support automatic detection of doctype and processing
226      of FPIs.  PR56285 [Micha Lenk <micha lenk info>, Nick Kew]
227
228   *) mod_proxy_html: skip documents shorter than 4 bytes
229      PR 56286 [Micha Lenk <micha lenk info>]
230
231   *) mod_proxy_fdpass: Fix computation of the size of 'struct sockaddr_un'
232      when passed to 'connect()'.
233      [Graham Dumpleton <grahamd apache org>]
234
235   *) core: Add ap_mpm_resume_suspended() API to allow a suspended connection
236      to resume. PR56333 
237      [Artem <artemciy gmail.com>, Edward Lu <Chaosed0 gmail.com>]
238
239   *) core: Add ap_mpm_register_socket_callback_timeout() API. [Eric Covener]
240
241   *) mod_proxy_wstunnel: Honor ProxyWebsocketIdleTimeout in asynchronous
242      processing mode. [Eric Covener]
243
244   *) mod_authnz_ldap: Fail explicitly when the filter is too long. Remove
245      unnecessary apr_pstrdup() and strlen(). [Graham Leggett]
246
247   *) Add the ldap-search option to mod_authnz_ldap, allowing authorization
248      to be based on arbitrary expressions that do not include the username.
249      [Graham Leggett]
250
251   *) Add the ldap function to the expression API, allowing LDAP filters and
252      distinguished names based on expressions to be escaped correctly to
253      guard against LDAP injection. [Graham Leggett]
254
255   *) Add module mod_ssl_ct, which provides an implementation of Certificate
256      Transparency (RFC 6962) for httpd.  [Jeff Trawick]
257
258   *) mod_proxy_wstunnel: Avoid sending error responses down an upgraded
259      websockets connection as it is being close down. [Eric Covener]
260
261   *) mod_proxy_wstunnel: Allow the administrator to cap the amount
262      of time a synchronous websockets connection stays idle with 
263      ProxyWebsocketIdleTimeout. [Eric Covener]
264
265   *) mod_proxy_wstunnel: Change to opt-in for asynchronous support, adding 
266      directives ProxyWebsocketAsync and ProxyWebsocketAsyncDelay. 
267      [Eric Covener]
268
269   *) mod_proxy_wstunnel: Stop leaking websockets backend connections under
270      event MPM (trunk-only). [Eric Covener]
271
272   *) mod_proxy_http: Add detach_backend hook (potentially usable
273      in other proxy scheme handlers).  [Jeff Trawick]
274
275   *) mod_deflate: Add DeflateAlterETag to control how the ETag
276      is modified. The 'NoChange' parameter mimics 2.2.x behavior.
277      PR 45023, PR 39727. [Eric Covener]
278
279   *) mod_rewrite: Add 'BNF' (backreferences-no-plus) flag to RewriteRule to 
280      allow spaces in backreferences to be encoded as %20 instead of '+'.
281      [Eric Covener]
282
283   *) mod_rewrite: Support an optional list of characters to escape in the 
284      argument for the 'B' (escape backreferences) flag. [Eric Covener]
285
286   *) mod_dir: Default to 2.2-like behavior and skip execution when method is
287      neither GET nor POST, such as for DAV requests. PR 54914. [Chris Darroch]
288
289   *) mod_rewrite: Rename the handler that does per-directory internal 
290      redirects to "rewrite-redirect-handler" from "redirect-handler" so
291      it is less ambiguous and less likely to be reused. [Eric Covener]
292
293   *) mod_rewrite: Protect against looping with the [N] flag by enforcing a 
294      default limit of 10000 iterations, and allowing each rule to change its
295      limit. [Eric Covener]
296
297   *) mod_ssl: Fix config merging of SSLOCSPEnable and SSLOCSPOverrideResponder.
298      [Jeff Trawick]
299
300   *) Add HttpContentLengthHeadZero and HttpExpectStrict directives.
301      [Yehuda Sadeh <yehuda inktank com>, Justin Erenkrantz]
302
303   *) mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all
304      configured SSL CA certificates to stdout the same way as DUMP_CERTS does.
305      [Jan Kaluza]
306
307   *) mod_ssl: Don't flush when an EOS is received. Prepares mod_ssl
308      to support write completion. [Graham Leggett]
309
310   *) core: Add parse_errorlog_arg callback to ap_errorlog_provider
311      to allow providers to check the ErrorLog argument. [Jan Kaluza]
312
313   *) mod_cgid: Use the servers Timeout for each read from a CGI script,
314      allow override with new CGIDRequestTimeout directive. PR43494
315      [Eric Covener, Toshikuni Fukaya <toshikuni-fukaya cybozu co jp>]
316
317   *) core: ensure any abnormal exit is reported to stderr if it's a tty.
318      PR 55670 [Nick Kew]
319
320   *) mod_lua: Let the Inter-VM get/set functions work with a global 
321      shared memory pool instead of a per-process pool. [Daniel Gruno]
322
323   *) ldap: Support ldaps when using the Microsoft LDAP SDK.
324      PR 54626. [Jean-Frederic Clere]
325
326   *) mod_authnz_ldap: Change default value of AuthLDAPMaxSubGroupDepth to 0
327      to avoid performance problems when subgroups aren't in use. [Eric Covener]
328
329   *) mod_syslog: New module implementing syslog ap_error_log provider.
330      Previously, this code was part of core, now it's in separate module.
331      [Jan Kaluza]
332
333   *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move
334      syslog support from core to new mod_syslog. [Jan Kaluza]
335
336   *) mod_status, mod_echo: Fix the display of client addresses.
337      They were truncated to 31 characters which is not enough for IPv6 addresses.
338      PR 54848 [Bernhard Schmidt <berni birkenwald de>]
339
340   *) mod_unique_id: Use output of the PRNG rather than IP address and
341      pid, avoiding sleep() call and possible DNS issues at startup,
342      plus improving randomness for IPv6-only hosts.
343      [Jan Kaluza <jkaluza redhat.com>]
344
345   *) mod_file_cache: mod_file_cache should be able to serve files that
346      haven't had a Content-Type set via e.g. mod_mime. [Eric Covener]
347
348   *) core: merge AllowEncodedSlashes from the base configuration into
349      virtual hosts. [Eric Covener]
350
351   *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
352      [Eric Covener]
353
354   *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
355      [Eric Covener]
356
357   *) mod_deflate: permit compilation of mod_deflate against a zlib that has
358      been configured with -D Z_PREFIX, which redefines the token "deflate".
359      [Eric Covener]
360
361   *) mod_auth_digest: Use the secret when generating nonces in all cases and
362      not only when AuthName is used in .htaccess files (this change may cause
363      problems if used with round robin load balancers). Don't regenerate the
364      secret on graceful restarts. PR 54637  [Stefan Fritsch]
365
366   *) core: Remove apr_brigade_flatten(), buffering and duplicated code
367      from the HTTP_IN filter, parse chunks in a single pass with zero copy.
368      Reduce memory usage by 48 bytes per request. [Graham Leggett]
369
370   *) core: Stop the HTTP_IN filter from attempting to write error buckets
371      to the output filters, which is bogus in the proxy case. Create a
372      clean mapping from APR codes to HTTP status codes, and use it where
373      needed. [Graham Leggett]
374
375   *) mod_proxy: Ensure network errors detected by the proxy are returned as
376      504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
377      compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
378
379   *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
380      [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
381      <alejandro.alvarez.ayllon cern.ch>]
382
383   *) mod_ldap: LDAP connections used for authentication were not respecting
384      LDAPConnectionPoolTimeout.  PR 54587
385
386   *) core: ap_rgetline_core now pulls from r->proto_input_filters.
387
388   *) mod_proxy_html: process parsed comments immediately. 
389      Fixes bug where parsed comments may be lost. [Nick Kew]
390
391   *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
392
393   *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
394      HTML/XHTML [Nick Kew]
395
396   *) core: Add option to add valgrind support. Use it to reduce false positive
397      warnings in mod_ssl. [Stefan Fritsch]
398
399   *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
400      Cache the result of the most recent password hash verification for every
401      keep-alive connection. This saves some expensive calculations.
402      [Stefan Fritsch]
403
404   *) http: Remove support for Request-Range header sent by Navigator 2-3 and
405      MSIE 3. [Stefan Fritsch]
406
407   *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
408      conformance or to only log the found problems. [Stefan Fritsch]
409
410   *) core: Correctly parse an IPv6 literal host specification in an absolute
411      URL in the request line. [Stefan Fritsch]
412
413   *) EventOpt MPM
414
415   *) core: Add LogLevelOverride directive that allows to override the
416      loglevel for clients from certain IPs. This also works for things
417      like the SSL handshake where <If> LogLevel ... </If> is evaluated
418      too late. [Stefan Fritsch]
419
420   *) core: Add new directive Warning to issue warnings from a configuration
421      file. Both Warning and Error now generate a timestamped log message.
422      [Fabien Coelho] 
423
424   *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
425      variables. [Stefan Fritsch]
426
427   *) core: New directive RegisterHttpMethod for registering non-standard
428      HTTP methods. [Stefan Fritsch]
429
430   *) core: New directive HttpProtocol which allows to disable HTTP/0.9
431      support. [Stefan Fritsch]
432
433   *) mod_allowhandlers: New module to forbid specific handlers for specific
434      directories. [Stefan Fritsch]
435
436   *) mod_systemd: New module, for integration with systemd on Linux.
437      [Jan Kaluza <jkaluza redhat.com>]
438
439   *) WinNT MPM: Store pid and generation for each thread in scoreboard
440      to allow tracking of threads from exiting children via mod_status
441      or other such mechanisms.  [Jeff Trawick]
442
443   *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
444      - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
445      - mod_cache: thundering herd lock directory
446      - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
447      - mod_ldap: shared memory cache
448      - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
449      [Jeff Trawick]
450
451   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
452      setuid/setgid capability bits rather than a setuid root binary.
453      [Joe Orton]
454
455   *) suexec: Add support for logging to syslog as an alternative to logging
456      to a file; configure --without-suexec-logfile --with-suexec-syslog.  
457      [Joe Orton]
458
459   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
460      [Matthew Steele <mdsteele google.com>]
461
462   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
463      be compiled by the build compiler instead of the host compiler.
464      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
465      PR 51257. [Guenter Knauf]
466
467   *) core: In maintainer mode, replace apr_palloc with a version that
468      initializes the allocated memory with non-zero values, except if
469      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
470
471   *) mod_policy: Add a new testing module to help server administrators
472      enforce a configurable level of protocol compliance on their
473      servers and application servers behind theirs. [Graham Leggett]
474
475   *) mod_firehose: Add a new debugging module able to record traffic
476      passing through the server in such a way that connections and/or
477      requests be reconstructed and replayed. [Graham Leggett]
478
479   *) mod_noloris
480
481   *) APREQ
482
483   *) Simple MPM
484
485   *) mod_serf
486
487   [Apache 2.5.0-dev includes those bug fixes and changes with the
488    Apache 2.4.xx tree as documented below, except as noted.]
489
490 Changes with Apache 2.4.x and later:
491
492   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
493
494 Changes with Apache 2.2.x and later:
495
496   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
497
498 Changes with Apache 2.0.x and later:
499
500   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
501