21 Feb
2013
21 Feb
'13
2:37 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9683 --- Comment #3 from Fridolyn SOMERS <fridolyn.somers@biblibre.com> --- I propose to disable first rewriting rule "RewriteRule (.+) $1?%1%2 [N,R,NE]" because we notices that it can cause some problems. For example, a library has defined some search links in OPACNav : "/cgi-bin/koha/opac-search.pl?idx=kw&idx=kw&idx=kw&limit=mc-ccode%3ADVD" (%3A means ":"). When clicking on this URL, it is rewritten and espaced characters are re-escaped : "mc-ccode%3ADVD" becomes "mc-ccode%253ADVD", witch is wrong. I've searched but I could not find what is the purpose of this rule. Does someone know ? -- You are receiving this mail because: You are watching all bug changes.