com.atlassian.security.xml.libs
Class SecureDigesterFactory
java.lang.Object
com.atlassian.security.xml.libs.SecureDigesterFactory
public class SecureDigesterFactory
- extends Object
A class with a utility method to produce a Commons Digester parser suitable for untrusted XML.
- Since:
- 3.0
|
Method Summary |
static org.apache.commons.digester.Digester |
newDigester()
Create a new Digester using SecureXmlParserFactory, suitable for parsing XML from an untrusted source. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newDigester
public static org.apache.commons.digester.Digester newDigester()
- Create a new
Digester using SecureXmlParserFactory, suitable for parsing XML from an untrusted source.
Copyright © 2013 Atlassian. All rights reserved.