SHA256
1
0
forked from pool/apache2

Accepting request 408500 from home:kstreitova:branches:Apache

- add httpd-2.4.x-fate317766-config-control-two-protocol-options.diff
  Introduces directives to control two protocol options:
   * HttpContentLengthHeadZero - allow Content-Length of 0 to be
     returned on HEAD
   * HttpExpectStrict - allow admin to control whether we must 
     see "100-continue"
  [bsc#894225], [fate#317766]

OBS-URL: https://build.opensuse.org/request/show/408500
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=482
This commit is contained in:
2016-07-14 15:08:56 +00:00
committed by Git OBS Bridge
parent 57af9d9ff7
commit 97bf0fc49e
3 changed files with 206 additions and 0 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jul 12 14:49:09 UTC 2016 - kstreitova@suse.com
- add httpd-2.4.x-fate317766-config-control-two-protocol-options.diff
Introduces directives to control two protocol options:
* HttpContentLengthHeadZero - allow Content-Length of 0 to be
returned on HEAD
* HttpExpectStrict - allow admin to control whether we must
see "100-continue"
[bsc#894225], [fate#317766]
-------------------------------------------------------------------
Wed Jul 6 16:16:57 UTC 2016 - crrodriguez@opensuse.org