https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16031 Bug ID: 16031 Summary: sitemap.pl shouldn't append protocol to OPACBaseURL Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Command-line Utilities Assignee: gmcharlt@gmail.com Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz Right now, the script appends a fixed protocol (HTTP) to the generated URL. This is because the tool was written before bug 5010 was pushed. To reproduce: - Have OPACBaseURL set - Run the script (without the --url parameter) => FAIL: Notice the generated sitemap files contain double protocol specification on the URLs (like in http://http:// or http://https://) -- You are receiving this mail because: You are watching all bug changes.