mirror of https://github.com/apache/poi.git
remove comment
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897923 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
850e4fa903
commit
078375914e
|
@ -99,7 +99,6 @@ public class SignaturePart {
|
|||
* @throws XmlException if the xml signature is malformed
|
||||
*/
|
||||
public SignatureDocument getSignatureDocument() throws IOException, XmlException {
|
||||
// TODO: check for XXE
|
||||
try (InputStream stream = signaturePart.getInputStream()) {
|
||||
return SignatureDocument.Factory.parse(stream, DEFAULT_XML_OPTIONS);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue