Changes between Version 2 and Version 3 of Ticket #1504, comment 3


Ignore:
Timestamp:
03/12/18 17:16:49 (6 years ago)
Author:
insekticid@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1504, comment 3

    v2 v3  
    1010
    1111but
    12 if your url contains nonASCI symbols like `ůěščřžýáíé` ... condition matcher will do infinite redirect because `/%C4!=/%C4` => `true`
     12if your url contains nonASCI symbols like `ůěščřžýáíé` ... condition matcher will do infinite redirect because `if (/%C4 != /%C4)` => `true`
    1313it is bug in equal condition matcher