Actions
Bug #479
closedCookie modifier sigs don't inspect response set-cookie header
Affected Versions:
Effort:
Difficulty:
Label:
Description
Currently the cookie modifier only inspects the request cookie header. We should also inspect the Set-cookie response header based on the sig direction.
Files
Updated by Victor Julien over 12 years ago
- Due date set to 06/15/2012
- Status changed from New to Assigned
- Target version set to 1.3rc1
- Estimated time set to 6.00 h
Actions
#2
Updated by Anoop Saldanha over 12 years ago
- File 0001-unittests-that-fail-displaying-the-issue-that-we-don.patch 0001-unittests-that-fail-displaying-the-issue-that-we-don.patch added
- File 0002-cookie-header-now-inspects-Set-Cookie-headers-as-wel.patch 0002-cookie-header-now-inspects-Set-Cookie-headers-as-wel.patch added
patches attached.
Updated by Victor Julien over 12 years ago
- % Done changed from 0 to 70
Applied, thanks.
I think this also means we can ignore the Set-Cookie header line in the http_header inspection. Can you implement that as well?
Updated by Anoop Saldanha over 12 years ago
- File 0001-http-header-won-t-inspect-set-cookie-headers.-Set-co.patch 0001-http-header-won-t-inspect-set-cookie-headers.-Set-co.patch added
patch attached.
Updated by Victor Julien over 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 70 to 100
Applied, thanks Anoop!
Actions