[java-opensaml2 COMMIT] /branches/REL_2/src/main/java/org/opensaml/xacml/ctx/MissingAttributeDetailType.java

noreply at shibboleth.net noreply at shibboleth.net
Thu Jul 12 12:55:07 EDT 2012


Author: rdw
Date: Thu Jul 12 12:55:07 2012
New Revision: 1585

URL: http://svn.shibboleth.net/view/java-opensaml2?rev=1585&view=rev
Log:
https://issues.shibboleth.net/jira/browse/JOST-191 <MissingAttributeDetail/> is in xacml-context: *not* xacml:.

Modified:
    branches/REL_2/src/main/java/org/opensaml/xacml/ctx/MissingAttributeDetailType.java

Modified: branches/REL_2/src/main/java/org/opensaml/xacml/ctx/MissingAttributeDetailType.java
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/src/main/java/org/opensaml/xacml/ctx/MissingAttributeDetailType.java?rev=1585&r1=1584&r2=1585&view=diff
==============================================================================
--- branches/REL_2/src/main/java/org/opensaml/xacml/ctx/MissingAttributeDetailType.java (original)
+++ branches/REL_2/src/main/java/org/opensaml/xacml/ctx/MissingAttributeDetailType.java Thu Jul 12 12:55:07 2012
@@ -31,8 +31,8 @@
     public static final String DEFAULT_ELEMENT_LOCAL_NAME = "MissingAttributeDetail";
 
     /** QName of the element MissingAttributeDetail. */
-    public static final QName DEFAULT_ELEMENT_NAME = new QName(XACMLConstants.XACML20_NS, DEFAULT_ELEMENT_LOCAL_NAME,
-            XACMLConstants.XACML_PREFIX);
+    public static final QName DEFAULT_ELEMENT_NAME = new QName(XACMLConstants.XACML20CTX_NS, DEFAULT_ELEMENT_LOCAL_NAME,
+            XACMLConstants.XACMLCONTEXT_PREFIX);
 
     /** Local name of the XSI type. */
     public static final String SCHEMA_TYPE_LOCAL_NAME = "MissingAttributeDetailType";



More information about the commits mailing list