Repository: cxf Updated Branches: refs/heads/3.1.x-fixes cb815b823 -> 8709d976f
update rt/ws/policy's spring.schemas to avoid remote access Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/accfa611 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/accfa611 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/accfa611 Branch: refs/heads/3.1.x-fixes Commit: accfa6111ed4c129d5c1c4c9a2dbee3a1782a7d0 Parents: cb815b8 Author: Akitoshi Yoshida <[email protected]> Authored: Fri Dec 11 13:25:28 2015 +0100 Committer: Daniel Kulp <[email protected]> Committed: Tue Feb 2 12:05:39 2016 -0500 ---------------------------------------------------------------------- rt/ws/policy/src/main/resources/META-INF/spring.schemas | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/accfa611/rt/ws/policy/src/main/resources/META-INF/spring.schemas ---------------------------------------------------------------------- diff --git a/rt/ws/policy/src/main/resources/META-INF/spring.schemas b/rt/ws/policy/src/main/resources/META-INF/spring.schemas index f1d0787..b3f7597 100644 --- a/rt/ws/policy/src/main/resources/META-INF/spring.schemas +++ b/rt/ws/policy/src/main/resources/META-INF/spring.schemas @@ -26,4 +26,6 @@ http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0. http\://www.w3.org/2001/xml.xsd=schemas/xml.xsd http\://cxf.apache.org/schemas/policy.xsd=schemas/policy.xsd http\://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd=schemas/xmldsig-core-schema.xsd +http\://www.w3.org/2001/XMLSchema.dtd=schemas/XMLSchema.dtd +http\://www.w3.org/2001/datatypes.dtd=schemas/datatypes.dtd
