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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 18 21:38:01 CEST 2021


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

            Bug ID: 28603
           Summary: check-url-quick.pl does not encode spaces in urls
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Command-line Utilities
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: robin at catalyst.net.nz

To recreate:
1 - Add an 856$u to a record with:
    http://localhost:8081/cgi-bin/koha/catalogue/search.pl?idx=ti&q=street
shuffle
2 - perl misc/cronjobs/check-url-quick.pl > test.txt 2>&1
3 - grep shuffle test.txt
4 - 303 http://localhost:8081/cgi-bin/koha/catalogue/search.pl?idx=ti&q=street
shuffle  596 Connection timed out
          'URL' =>
'http://localhost:8081/cgi-bin/koha/catalogue/search.pl?idx=ti&q=street
shuffle'
303     http://localhost:8081/cgi-bin/koha/catalogue/search.pl?idx=ti&q=street
shuffle  596 Connection timed out

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


More information about the Koha-bugs mailing list