Changes between Version 2 and Version 3 of Ticket #1504, comment 3
- Timestamp:
- 03/12/18 17:16:49 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1504, comment 3
v2 v3 10 10 11 11 but 12 if your url contains nonASCI symbols like `ůěščřžýáíé` ... condition matcher will do infinite redirect because ` /%C4!=/%C4` => `true`12 if your url contains nonASCI symbols like `ůěščřžýáíé` ... condition matcher will do infinite redirect because `if (/%C4 != /%C4)` => `true` 13 13 it is bug in equal condition matcher