File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -491,12 +491,12 @@ void parse(URL url) throws Exception {
491
491
"http://xml.org/sax/features/namespace-prefixes" , true );
492
492
xmlParser .setFeature ("http://xml.org/sax/features/validation" ,
493
493
false );
494
- /*
495
- * xmlParser.setFeature("http://xml.org/sax/features/external-parameter-entities",
496
- * false);
497
- * xmlParser.setFeature("http://xml.org/sax/features/external-general-entities",
498
- * false);
499
- */
494
+ /* readded 20250128, check report if things break */
495
+ xmlParser .setFeature ("http://xml.org/sax/features/external-parameter-entities" ,
496
+ false );
497
+ xmlParser .setFeature ("http://xml.org/sax/features/external-general-entities" ,
498
+ false );
499
+ /* */
500
500
} catch (Exception ex ) {
501
501
ex .printStackTrace ();
502
502
}
You can’t perform that action at this time.
0 commit comments