commit | c2c7cb7e9d869ba8ba8b16a04e5d8300d462d8de | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Fri Aug 14 13:48:31 2015 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Fri Aug 14 13:48:31 2015 +0300 |
tree | 8140d9ed939b4c1e2927701b80d276b266479a44 | |
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.