Bryan Call created TS-2423:
------------------------------
Summary: Add option for server sessions that use auth headers that
can be placed into the shared pool
Key: TS-2423
URL: https://issues.apache.org/jira/browse/TS-2423
Project: Traffic Server
Issue Type: Improvement
Components: HTTP
Reporter: Bryan Call
When a request has an authentication header the server session is marked
private and can't be shared across client sessions.
{code}
// If we are sending authorizations headers, mark the connection private
if (t_state.hdr_info.server_request.presence(MIME_PRESENCE_AUTHORIZATION |
MIME_PRESENCE_PROXY_AUTHORIZATION
|
MIME_PRESENCE_WWW_AUTHENTICATE)) {
server_session->private_session = true;
}
{code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)