[Koha-bugs] [Bug 9683] Allow disable rewrite apache mod

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 21 15:37:04 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9683

--- Comment #3 from Fridolyn SOMERS <fridolyn.somers at 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.


More information about the Koha-bugs mailing list