Author: klape
Date: 2013-04-25 12:33:54 -0400 (Thu, 25 Apr 2013)
New Revision: 17513
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2.SP13-JBPAPP-10701/
stack/cxf/branches/jbossws-cxf-3.1.2.SP13-JBPAPP-10701/modules/server/src/main/java/org/jboss/wsf/stack/cxf/DescriptorDeploymentAspect.java
Log:
[JBPAPP-10701] Adding CVE fix regarding SecurityPolicy 1.1 namespace
Property changes on: stack/cxf/branches/jbossws-cxf-3.1.2.SP13-JBPAPP-10701
___________________________________________________________________
Modified: svn:mergeinfo
- /stack/cxf/branches/jbossws-cxf-3.1.2:17027
/stack/cxf/trunk:12339
+ /stack/cxf/branches/jbossws-cxf-3.1.2:17027,17062
/stack/cxf/trunk:12339
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2.SP13-JBPAPP-10701/modules/server/src/main/java/org/jboss/wsf/stack/cxf/DescriptorDeploymentAspect.java
===================================================================
---
stack/cxf/branches/jbossws-cxf-3.1.2.SP13-JBPAPP-10701/modules/server/src/main/java/org/jboss/wsf/stack/cxf/DescriptorDeploymentAspect.java 2013-04-25
10:52:31 UTC (rev 17512)
+++
stack/cxf/branches/jbossws-cxf-3.1.2.SP13-JBPAPP-10701/modules/server/src/main/java/org/jboss/wsf/stack/cxf/DescriptorDeploymentAspect.java 2013-04-25
16:33:54 UTC (rev 17513)
@@ -324,7 +324,7 @@
}
private static final String DISABLE_CVE_2012_2379_CHECK_PROP =
"org.jboss.wsf.cxf.disableCVE20122379Check";
- private static final String SP_NS_11 =
"http://schemas.xmlsoap.org/ws/2005/02/securitypolicy";
+ private static final String SP_NS_11 =
"http://schemas.xmlsoap.org/ws/2005/07/securitypolicy";
private static final String SP_NS_12 =
"http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702";
private static final String SP_NS_13 =
"http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200802";
private static final String SUPPORTING_TOKENS = "SupportingTokens";
Show replies by date