Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
core 1.4.5
-
None
Description
Currently the method org.apache.jackrabbit.core.xml.NamespaceContext#getPrefix(java.lang.String) uses recursion. For very large XML files (50 MB Magnolia website exports) this causes a stack overflow. The method can easily be rewritten using iteration.