https://issues.apache.org/bugzilla/show_bug.cgi?id=47108
Summary: Conditional edit
Product: Apache httpd-2
Version: 2.2.9
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: mod_headers
AssignedTo: [email protected]
ReportedBy: [email protected]
When there are multiple header that has the same name, set-cookie in
particular, Header cannot modify/edit a particular set-cookie in the set based
on a particular pattern in the cookie. We can only replace a matching pattern
in the header with a new pattern. It does not have the capability to
add/append extra value to the header with the matching pattern in the header.
For example, the following is in the headers:
Set-Cookie: secure; httponly
Set-Cookie: PHHCHALLENGE=; expires=Tue, 12 Aug 2008 13:09:54 GMT; path=/;
domain=.company.com
Set-Cookie: PHHSESSION=xyz; path=/; domain=.company.com
I cannot append "httponly" to the Set-Cookie header that has PHHSESSSION be
xyz.
We are requesting an enhancement on conditional "Header edit".
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]