https://issues.apache.org/bugzilla/show_bug.cgi?id=46594

           Summary: RequestHeader edit Cookie replaceAllOccurrences toThis
           Product: Apache httpd-2
           Version: 2.2.10
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_headers
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Please can you enhance the RequestHeader edit command so that it can do a
global search and replace?

For example, I have a Cookie header as follows:

Cookie: my_cookie1=1; my_cookie2=2; my_cookie3=3;

I want to be able to use the following configuration line:

RequestHeader edit Cookie my your

...to do a global search and replace 'my' with 'your', to give the following
result:

Cookie: your_cookie1=1; your_cookie2=2; your_cookie3=3;


Or is this already possible, and I'm just missing something?


-- 
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]

Reply via email to