Author: chtompki Date: Fri Sep 1 18:17:35 2017 New Revision: 1807000 URL: http://svn.apache.org/viewvc?rev=1807000&view=rev Log: JELLY-293: Accommodate toggling off DTD external entities.
Modified: commons/proper/jelly/trunk/pom.xml commons/proper/jelly/trunk/xdocs/changes.xml Modified: commons/proper/jelly/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/pom.xml?rev=1807000&r1=1806999&r2=1807000&view=diff ============================================================================== --- commons/proper/jelly/trunk/pom.xml (original) +++ commons/proper/jelly/trunk/pom.xml Fri Sep 1 18:17:35 2017 @@ -142,6 +142,11 @@ <name>Hans Gilde</name> <email>hgi...@apache.org</email> </developer> + <developer> + <id>chtompki</id> + <name>Rob Tompkins</name> + <email>chtom...@apache.org</email> + </developer> </developers> <contributors> <contributor> Modified: commons/proper/jelly/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/xdocs/changes.xml?rev=1807000&r1=1806999&r2=1807000&view=diff ============================================================================== --- commons/proper/jelly/trunk/xdocs/changes.xml (original) +++ commons/proper/jelly/trunk/xdocs/changes.xml Fri Sep 1 18:17:35 2017 @@ -29,6 +29,9 @@ <action dev="proyal" type="fix">Restored JellyContext.isCacheTags and its behavior for backwards compatibility</action> <action dev="polx" type="fix">Moved to dom4j 1.6.1 and jaxen 1.1-beta-8</action> </release> + <release version="1.0.1" date="TBD"> + <action dev="chtompki" type="fix" issue="JELLY-293">Accommodate toggling off DTD external entities.</action> + </release> <release version="1.0" date="2005-06-12"> <action dev="brett" type="fix" due-to="Hans Gilde">Improve tag caching to improve memory consumption</action> <action dev="dion" type="fix" issue="JELLY-196">SwitchTag can not be reused if default encountered.</action>