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
4
4
= Releases
5
5
------------------------------------------------------------------------
6
6
7
- 1.3.0 (not yet released )
7
+ 1.3.0 (11-May-2021 )
8
8
9
9
#65: Support disabling General Entity Reference replacement in attribute values
10
10
(contributed by Claude M)
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ public class TestSAXParserFactoryImpl extends base.BaseTestCase
8
8
public void testSetGetFeatureExternalGeneralEntities () throws Exception
9
9
{
10
10
SAXParserFactoryImpl saxParserFactory = new SAXParserFactoryImpl ();
11
- saxParserFactory .setFeature ("http://xml.org/sax/features/external-general-entities" , false );
12
11
assertFalse (saxParserFactory .getFeature (AaltoInputProperties .P_RETAIN_ATTRIBUTE_GENERAL_ENTITIES ));
13
12
14
13
saxParserFactory .setFeature (AaltoInputProperties .P_RETAIN_ATTRIBUTE_GENERAL_ENTITIES , true );
You can’t perform that action at this time.
0 commit comments