diff options
author | Stefan Fritsch <sf@apache.org> | 2012-04-20 13:22:20 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2012-04-20 13:22:20 +0200 |
commit | aaa0d67dcc6ecf77c46099456afa6bf0d46b0441 (patch) | |
tree | 956baeb1aab6574a6a9487dda7ffe70fe060c302 /CHANGES | |
parent | When receiving http on https, send the error response with http 1.0 (diff) | |
download | apache2-aaa0d67dcc6ecf77c46099456afa6bf0d46b0441.tar.xz apache2-aaa0d67dcc6ecf77c46099456afa6bf0d46b0441.zip |
Remove the link in the speaking-http-on-https error message.
With SNI, the link will usually be wrong. So better send no link at all.
PR: 50823
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328326 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ Changes with Apache 2.5.0 *) mod_ssl: Send the error message for speaking http to an https port using - HTTP/1.0 instead of HTTP/0.9. PR 50823. [Stefan Fritsch] + HTTP/1.0 instead of HTTP/0.9, and omit the link that may be wrong when + using SNI. PR 50823. [Stefan Fritsch] *) mod_authz_core: Fix parsing of Require arguments in <AuthzProviderAlias>. PR 53048. [Stefan Fritsch] |