Author: bayard
Date: Sun Jul 3 08:28:05 2011
New Revision: 1142400
URL: http://svn.apache.org/viewvc?rev=1142400&view=rev
Log:
Escaping &
Modified:
commons/proper/lang/trunk/src/site/changes/changes.xml
commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml
Modified: commons/proper/lang/trunk/src/site/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/changes/changes.xml?rev=1142400&r1=1142399&r2=1142400&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/site/changes/changes.xml Sun Jul 3 08:28:05
2011
@@ -22,7 +22,7 @@
<body>
<release version="3.0" date="Unreleased" description="Backwards incompatible
update of Commons Lang to Java 5">
- <action type="fix" issue="LANG-710">StringIndexOutOfBoundsException when
calling unescapeHtml4("")</action>
+ <action type="fix" issue="LANG-710">StringIndexOutOfBoundsException when
calling unescapeHtml4("&#03")</action>
<action type="fix" issue="LANG-703">StringUtils.join throws NPE when
toString returns null for one of objects in collection</action>
<action type="add" issue="LANG-697">Add FormattableUtils class</action>
<action type="add">Add ClassUtils.getSimpleName() methods</action>
Modified: commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml?rev=1142400&r1=1142399&r2=1142400&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml (original)
+++ commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml Sun Jul 3
08:28:05 2011
@@ -162,7 +162,7 @@ BUG FIXES IN 3.0
[LANG-677] DateUtils.isSameLocalTime compares using 12 hour clock and not
24 hour
[LANG-685] EqualsBuilder synchronizes on HashCodeBuilder.
[LANG-703] StringUtils.join throws NPE when toString returns null for one
of objects in collection
- [LANG-710] StringIndexOutOfBoundsException when calling
unescapeHtml4("")
+ [LANG-710] StringIndexOutOfBoundsException when calling
unescapeHtml4("&#03")
</source>
</p>