]> git.koha-community.org Git - koha.git/commit
Bug 12885: Fix if url contains +*... and HTML5 Media is enabled
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 15 Jul 2015 11:49:03 +0000 (12:49 +0100)
committerLiz Rea <wizzyrea@gmail.com>
Tue, 22 Sep 2015 02:27:23 +0000 (14:27 +1200)
commit2727146bdee89c7ee7b910ca2afda6fef72f21bc
tree0da86536573941a76ea428dbdafc675c78b15273
parent9d2046b285b9dccead3eb494b006743bf7397431
Bug 12885: Fix if url contains +*... and HTML5 Media is enabled

The special regex chars are not escaped in C4::HTML5Media.

Test plan:
1/ Set 856$u=http://www.mrqe.com/lookup?talented+mr.+ripley
2/ Enable the pref HTML5Media
3/ Go on the detail page
It should not explode.

Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>
Signed-off-by: Joonas Kylmälä <j.kylmala@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 085d766a0524e399d0c9c9e807d8c0acd0da6a19)
Signed-off-by: Liz Rea <wizzyrea@gmail.com>
C4/HTML5Media.pm