[
https://issues.apache.org/jira/browse/LANG-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787604#action_12787604
]
Sebb commented on LANG-561:
---------------------------
How about keeping unescapeHtml as an alias for unescapeHtml4 in LANG3?
(With suitable Javadoc).
This would not be the same as keeping deprecated code in LANG3.
I found the problem with the Gump build of JMeter.
There's currently no easy way to fix this, as unescapeHtml4 does not exist in
LANG2 and LANG3 has yet to be released.
> unescapeHtml has been dropped without going through deprecation
> ---------------------------------------------------------------
>
> Key: LANG-561
> URL: https://issues.apache.org/jira/browse/LANG-561
> Project: Commons Lang
> Issue Type: Bug
> Reporter: Sebb
> Fix For: 3.0
>
>
> The method StringEscapeUtils.unescapeHtml() is missing from version 3.0, yet
> is not deprecated in 2.4.
> As far as I can tell, unescapeHtml is now called unescapeHtml4.
> ISTM that unescapeHtml should be reinstated (and deprecated), and perform the
> same function as Html4.
> Another issue - unescapeHtml3 has no Javadoc.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.