From: Maros Marsalek Date: Mon, 15 Dec 2014 11:19:11 +0000 (+0100) Subject: BUG-2511 Fix possible XXE vulnerability in restconf X-Git-Tag: release/helium-sr2~28^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=7d1bcd31c0dc45ea14a95f6c5232dee042c570ae;p=controller.git BUG-2511 Fix possible XXE vulnerability in restconf Change-Id: I16eaf8a743b94ec26e3ac427fb777d0c769ec3c2 Signed-off-by: Maros Marsalek --- diff --git a/opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/rest/impl/RestconfDocumentedExceptionMapper.java b/opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/rest/impl/RestconfDocumentedExceptionMapper.java index 10201ab6f5..daf22f1fea 100644 --- a/opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/rest/impl/RestconfDocumentedExceptionMapper.java +++ b/opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/rest/impl/RestconfDocumentedExceptionMapper.java @@ -212,6 +212,7 @@ public class RestconfDocumentedExceptionMapper implements ExceptionMapper read(InputStream entityStream) throws XMLStreamException,