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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 2 Sep 2015 17:38:29 +0000 (14:38 -0300)
commit085d766a0524e399d0c9c9e807d8c0acd0da6a19
tree05ee21c7dbe1c913ff1cabc2878d62f8faeacab3
parentf7214859df15abfe874141bcc1a32b57067f7c54
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>
C4/HTML5Media.pm