File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/test/java/com/fasterxml/aalto/sax Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Project: aalto-xml
44= Releases
55------------------------------------------------------------------------
66
7- 1.3.0 (not yet released )
7+ 1.3.0 (11-May-2021 )
88
99#65: Support disabling General Entity Reference replacement in attribute values
1010 (contributed by Claude M)
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ public class TestSAXParserFactoryImpl extends base.BaseTestCase
88 public void testSetGetFeatureExternalGeneralEntities () throws Exception
99 {
1010 SAXParserFactoryImpl saxParserFactory = new SAXParserFactoryImpl ();
11- saxParserFactory .setFeature ("http://xml.org/sax/features/external-general-entities" , false );
1211 assertFalse (saxParserFactory .getFeature (AaltoInputProperties .P_RETAIN_ATTRIBUTE_GENERAL_ENTITIES ));
1312
1413 saxParserFactory .setFeature (AaltoInputProperties .P_RETAIN_ATTRIBUTE_GENERAL_ENTITIES , true );
You can’t perform that action at this time.
0 commit comments