Author: alessio.soldano(a)jboss.com
Date: 2012-12-10 08:51:55 -0500 (Mon, 10 Dec 2012)
New Revision: 17062
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/DescriptorDeploymentAspect.java
Log:
[JBPAPP-9224] Fixing the fix... (wrong ws-sec pol 1.1 ns)
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/DescriptorDeploymentAspect.java
===================================================================
---
stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/DescriptorDeploymentAspect.java 2012-12-10
09:14:13 UTC (rev 17061)
+++
stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/src/main/java/org/jboss/wsf/stack/cxf/DescriptorDeploymentAspect.java 2012-12-10
13:51:55 UTC (rev 17062)
@@ -314,7 +314,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