[Koha-bugs] [Bug 28603] check-url-quick.pl does not encode spaces in urls

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 23 16:47:25 CEST 2021


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl
                   |y.org                       |
             Status|Signed Off                  |Failed QA
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #3 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
                         $url = encode_utf8($url);
+                        $url = uri_escape( $url, " " );

Normally we escape with uri_escape_utf8. This appears to be not exactly the
same. Please explain why we should do so?

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


More information about the Koha-bugs mailing list