diff options
author | Andrey Andreev <narf@devilix.net> | 2015-08-14 12:48:31 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-08-14 12:48:31 +0200 |
commit | c2c7cb7e9d869ba8ba8b16a04e5d8300d462d8de (patch) | |
tree | 8140d9ed939b4c1e2927701b80d276b266479a44 /system/helpers/security_helper.php | |
parent | 62fe0117ae087ccfb5fd94cc9f83977c86f2452f (diff) |
Fix #4052
The bug actually had two instances:
- Callback routes with literal matches and HTTP verbs has never worked
- The reported issue in #4052, which is a regression introduced in 3.0.1
with abc299b3a234eb7da1b7e3d257b7eba2da649219
Removed the literal matches logic altogether to avoid similar issues
in the future and reduce code complexity. The same logic is performed
with the regular expressions logic.
Diffstat (limited to 'system/helpers/security_helper.php')
0 files changed, 0 insertions, 0 deletions