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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to