Sorry for the long delay, I have not had time to get back to this until now.
Yes, it works with the extra slash and my PCI compliance scanning is
happy again.
rspirep ^Set-Cookie:\ (cookieName.*) Set-Cookie:\ \1;\ HttpOnly
Thanks for your help, it is much appreciated.
Regards,
Duncan
On 12/01/13 23:02, Baptiste wrote:
Could you just confirm it works???
And sorry for the crap right out of my head :)
cheers
On Sat, Jan 12, 2013 at 12:50 AM, duncan hall <[email protected]> wrote:
Thanks, yes I got the error and was just looking for some time to fix it.
Thanks Willy and Baptiste for your help.
Regards,
Duncan
Willy Tarreau <[email protected]> wrote:
On Wed, Jan 09, 2013 at 02:28:44PM +0100, Baptiste wrote:
Hi,
You can use the respirep feature:
rspirep ^Set-Cookie:\ (appsession.*) Set-Cookie:\ \1; HttpOnly
Just a warning above, a backslash is missing after the semi-colon, and
will probably not report an error :
rspirep ^Set-Cookie:\ (appsession.*) Set-Cookie:\ \1;\ HttpOnly
(crappy config language, the first thing I'll do in 1.6-rc will be to
break it).
Willy