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

            Bug ID: 42559
           Summary: OpacFavicon double-encodes custom favicon URLs
   Initiative type: ---
        Sponsorship ---
            status:
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: System Administration
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

The OpacFavicon system preference is documented as accepting a complete URL to
an image for the OPAC favicon. However, the OPAC template outputs the value
using the url filter.

If the URL contains an already-encoded character, such as %20 for a space in a
filename, the % is encoded again and the rendered URL becomes %2520. This
causes the browser to request an invalid favicon URL.

The staff interface does not have this issue because IntranetFavicon is output
with the html filter instead. The OPAC should handle custom favicon URLs
consistently with the staff client.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
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