You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2013/12/07 01:32:35 UTC

[jira] [Created] (TS-2423) Add option for server sessions that use auth headers that can be placed into the shared pool

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)