Changes between Initial Version and Version 15 of Ticket #10551
- Timestamp:
- 01/22/2011 08:15:16 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10551
-
Property
Status
changed from
new
toaccepted
- Property Cc aaron@… added
-
Property
Summary
changed from
wp_die() triggers block when using ModSecurity core rule set
towp_die() triggers block when using ModSecurity Core Rules
- Property Owner changed from ryan to westi
-
Property
Version
changed from
to
2.8.3
-
Property
Milestone
changed from
Unassigned
toFuture Release
- Property Keywords needs-patch 3.2-early dev-feedback added; ModSecurity wp_die 406 error removed
-
Property
Status
changed from
-
Ticket #10551 – Description
initial v15 6 6 7 7 Example: 8 8 {{{ 9 9 wp_die_auth( __('You do not have sufficient permissions to access this page.') ); 10 10 … … 17 17 wp_die( $message, $title, 401 ); 18 18 } 19 }}}