RE: [users@httpd] Apache 2.2 mod_headers: "RequestHeader edit" vs. environment variables

2013-05-31 Thread Felix Almeida
Done: Bug 55039 Thanks Eric. That's the kind of guidance I was looking for. Just in case someone else is having the same issue, this is how I worked around it: RequestHeader edit Cookie "(^JSESSIONID=[^;]*\![^;]*; |; JSESSIONID=[^;]*\![^;]*)" "" However it's based on the fact that the un

Re: [users@httpd] Apache 2.2 mod_headers: "RequestHeader edit" vs. environment variables

2013-05-31 Thread Eric Covener
> The first two lines above work fine, but unfortunately the last one > doesn't because the "RequestHeader edit" directive cannot reference > environment variables in its replacement string (why?). :~( These things are not just emergent. Someone has to ask for it. Someone else has to implement, te

[users@httpd] Denis KWONG is out of the office.

2013-05-31 Thread denis_cw_kwong
I will be out of the office starting 31.05.2013 and will not return until 03.06.2013. If you need urgent assistance, please contact Ms Louisa Ng at 2810 3065. This notice is generated in response to your mail: From: users-digest-h...@httpd.apache.org Subject: users Digest 31 May 2013 19:59:2

[users@httpd] Apache 2.2 mod_headers: "RequestHeader edit" vs. environment variables

2013-05-31 Thread Felix Almeida
Hello, First of all, let me give you some context. The Apache 2.2's webpage which describes mod_headers' "RequestHeader" directive says (specifically for the "edit" action): RequestHeader edit header value replacement [early|env=[!]variable] If this request header exists, its valu