Quantcast
Viewing all articles
Browse latest Browse all 38

Fix error that caused & chars in feed and entry URLs become escaped into &

This was caused by the sanitizer, which assumes input is HTML and escapes any entities it finds. This behavior cannot be avoided, so the output from the sanitizer is passed to CGI.unescapeHTML() so that any & in the URL is preserved in the final output.

Viewing all articles
Browse latest Browse all 38

Trending Articles