[
https://issues.apache.org/jira/browse/TS-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13912301#comment-13912301
]
Leif Hedstrom commented on TS-2423:
-----------------------------------
Maybe add more switches to the existing settings? Maybe it's just me, but
prefer fewer configurations, and more "options" for those configs... Granted,
values like 1, 2, and 3 are pretty non-descriptive, but we could fix that later
as part of e.g. a Lua config format (where the values can be Lua constants).
> 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.0.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.1.5#6160)