https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42559 --- Comment #3 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 204506 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=204506&action=edit Bug 42559: Prevent OpacFavicon URLs from being double-encoded Test plan: 1. Apply the patch. 2. Set OpacFavicon to a URL containing an encoded space, for example: https://raw.githubusercontent.com/bywatersolutions/web-assets/master/sites/k... 3. Restart services and clear cache if needed. 4. View the OPAC page source. 5. Confirm the favicon URL is rendered with %20 and not %2520. 6. Confirm the favicon loads in the browser. 7. Clear the OpacFavicon system preference. 8. Confirm the default Koha favicon still loads. 9. Sign off and have a great day! :D Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.