[Koha-bugs] [Bug 22223] Item url double-encode when parameter is an encoded URL

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 30 07:09:34 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22223

--- Comment #17 from David Cook <dcook at prosentient.com.au> ---
Consider the following excerpt from the URI standard
https://tools.ietf.org/html/std66#section-3.4:

"However, as query components are often used to carry identifying information
in the form of "key=value" pairs and one frequently used value is a reference
to another URI, it is sometimes better for usability to avoid percent-encoding
those characters."

It seems like the standard itself (from 2005) mentions that URI encoding query
components indiscriminately can be problematic.

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


More information about the Koha-bugs mailing list