[
https://issues.apache.org/jira/browse/TS-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Call updated TS-2423:
---------------------------
Fix Version/s: (was: 5.0.0)
5.1.0
> 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
> Assignee: Bryan Call
> Fix For: 5.1.0
>
>
> 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.2#6252)