Package org.flowable.ui.common.util
Class XmlUtil
- java.lang.Object
-
- org.flowable.ui.common.util.XmlUtil
-
public class XmlUtil extends Object
- Author:
- Joram Barrez
-
-
Constructor Summary
Constructors Constructor Description XmlUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XMLInputFactorycreateSafeXmlInputFactory()'safe' is here reflecting: http://www.jorambarrez.be/blog/2013/02/19/uploading -a-funny-xml-can-bring-down-your-server/ and http://www.flowable.org/docs/userguide/index.html#advanced.safe.bpmn.xml
-
-
-
Method Detail
-
createSafeXmlInputFactory
public static XMLInputFactory createSafeXmlInputFactory()
'safe' is here reflecting: http://www.jorambarrez.be/blog/2013/02/19/uploading -a-funny-xml-can-bring-down-your-server/ and http://www.flowable.org/docs/userguide/index.html#advanced.safe.bpmn.xml
-
-