Opened 17 years ago
Closed 17 years ago
#2125 closed defect (bug) (wontfix)
dbx cookies conflict with mod_security?
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | normal | Version: | 2.0 |
Component: | Administration | Keywords: | dbx.js mod_security cookies dbx-postmeta grabit advancedstuff |
Focuses: | Cc: |
Description
I'm having an issue where a cookie set by the dbx.js libraries are causing mod_security to deny access to my pages. When this occurs, if I delete the 'dbx-postmeta' cookie from my browser, everything returns to normal.
Until I visit my Write page again. Has anybody else seen this?
Example content of the dbx-postmeta cookie:
grabit=0-,1-,2-,3-,4-,5-,6-&advancedstuff=0-,1-,2-
Change History (2)
Note: See
TracTickets for help on using
tickets.
More info. I *think* that this might be caused by the fact that I upgraded my mod_security from 1.8.x to 1.9.x recently.
The mod_security
SecFilterCheckCookieFormat
directive has been deprecated, but was still present in myhttpd_conf
file. I replaced that with theSecFilterNormalizeCookies
directive, and things seem to be okay now.I'm resetting the priority of this ticket to low, and if nobody else hears about this type of problem soon, feel free to close it out.