[Koha-bugs] [Bug 14716] opac-detail.pl -- Series link fails when series title ends with semicolon preceded by space.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Dec 12 07:58:56 CET 2015


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

Mason James <mtj at kohaaloha.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murphy.daniel.j at edumail.vic
                   |                            |.gov.au

--- Comment #12 from Mason James <mtj at kohaaloha.com> ---
(In reply to Katrin Fischer from comment #10)
> Hm, wondering - why not remove the semicolon from the search term as we do
> in other places?

also, its not just the semicolon that is a problem character, 

its any character *other* than these...
 !'()*-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~

so, we would have to remove all other characters from all search terms, using
that method

its patch provides a general xslt solution to correctly encode problem
characters within a url

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list