mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
use walking visitor to prevent SOE on big html files
This commit is contained in:
@@ -160,7 +160,7 @@ public class XmlRefCountHolder {
|
||||
return myUsedNamespaces.contains(ns);
|
||||
}
|
||||
|
||||
private static class IdGatheringRecursiveVisitor extends XmlRecursiveElementVisitor {
|
||||
private static class IdGatheringRecursiveVisitor extends XmlRecursiveElementWalkingVisitor {
|
||||
private final XmlRefCountHolder myHolder;
|
||||
|
||||
private IdGatheringRecursiveVisitor(@NotNull XmlRefCountHolder holder) {
|
||||
|
||||
Reference in New Issue
Block a user