You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Pascal Schumacher (JIRA)" <ji...@apache.org> on 2016/12/26 16:45:58 UTC

[jira] [Commented] (TEXT-46) StringEscapeUtils.unescapeHtml: handle HTML escapes without semicolon

    [ https://issues.apache.org/jira/browse/TEXT-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15778637#comment-15778637 ] 

Pascal Schumacher commented on TEXT-46:
---------------------------------------

Issue moved from commons-lang to commons-text, because WordUtils was ported to commons-text and and the commons-lang version will soon be deprecated.

> StringEscapeUtils.unescapeHtml: handle HTML escapes without semicolon
> ---------------------------------------------------------------------
>
>                 Key: TEXT-46
>                 URL: https://issues.apache.org/jira/browse/TEXT-46
>             Project: Commons Text
>          Issue Type: Improvement
>            Reporter: Steve Hale
>            Priority: Minor
>         Attachments: commons-lang3-LANG-757.patch
>
>
> org.apache.commons.lang.StringEscapeUtils.unescapeHtml is useful in detecting and correcting Cross-Site Scripting (XSS) attempts by converting escaped chars like &# 60; or & lt; (remove spaces) into normal chars like < so patterns like HTML tags can be detected.  Many browsers will allow variations without semicolons, particularly the long UTF-8 encoding like &#0000060.  Please see: http://ha.ckers.org/xss.html
> Since this may not be standard HTML, maybe adding a boolean bLenient parameter to the method could allow better backward compatibility.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)