]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1661067 from trunk:
authorRainer Jung <rjung@apache.org>
Tue, 24 Feb 2015 18:34:01 +0000 (18:34 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 24 Feb 2015 18:34:01 +0000 (18:34 +0000)
commit0158d4158dd2a53b83bf0c32e71c0c396c9b6a08
treecb8bcaf9fbd0d1ae0c6fd21f12316b9ce9b1b377
parentf3ce9d0180d2fe29195ce846795c0579d4d20a5e
Merge r1661067 from trunk:

mod_proxy_ajp: Forward SSL protocol name (SSLv3, TLSv1.1 etc.) as a
request attribute to the backend. The name is taken from
the SSL_PROTOCOL env var. Recent Tomcat versions will extract
it and provide it as a servlet request attribute named
"org.apache.tomcat.util.net.secure_protocol_version".

The change is compatible with existing AJP13, because we forward
the protocol name as a normal named attribute, not with a new
byte abbreviated attribute name.

Submitted by: rjung
Reviewed by: rjung, ylavic, covener
Backported by: rjung

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1662076 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
modules/proxy/ajp.h
modules/proxy/ajp_header.c
modules/proxy/ajp_header.h