ppkarwasz commented on code in PR #731:
URL: https://github.com/apache/commons-text/pull/731#discussion_r2589444665


##########
src/test/java/org/apache/commons/text/lookup/XmlStringLookupTest.java:
##########
@@ -69,7 +68,6 @@ void testExternalEntityOff() {
     }
 
     @Test
-    @SetSystemProperty(key = "XmlStringLookup.secure", value = "false")

Review Comment:
   Maybe we could keep these tests, but use:
   
   ```
   @SetSystemProperty(key = "javax.xml.accessExternalDTD", value = "file")
   ```
   
   instead?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to