[java-opensaml2 COMMIT] in /branches/REL_2: doc/RELEASE-NOTES.txt src/main/java/org/opensaml/saml2/core/Scoping.java

noreply at shibboleth.net noreply at shibboleth.net
Thu Aug 15 14:26:10 EDT 2013


Author: putmanb
Date: Thu Aug 15 14:26:09 2013
New Revision: 1652

URL: http://svn.shibboleth.net/view/java-opensaml2?rev=1652&view=rev
Log:
JOST-213: Scoping class has incorrect xsi:type

Modified:
    branches/REL_2/doc/RELEASE-NOTES.txt
    branches/REL_2/src/main/java/org/opensaml/saml2/core/Scoping.java

Modified: branches/REL_2/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/doc/RELEASE-NOTES.txt?rev=1652&r1=1651&r2=1652&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Thu Aug 15 14:26:09 2013
@@ -1,6 +1,7 @@
 Changes in Release 2.6.1
 =============================================
 [JOST-210] - AbstractSAMLObject should not override equals but not hashCode
+[JOST-213] - Scoping class has incorrect xsi:type 
 
 Changes in Release 2.6.0
 =============================================

Modified: branches/REL_2/src/main/java/org/opensaml/saml2/core/Scoping.java
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/src/main/java/org/opensaml/saml2/core/Scoping.java?rev=1652&r1=1651&r2=1652&view=diff
==============================================================================
--- branches/REL_2/src/main/java/org/opensaml/saml2/core/Scoping.java (original)
+++ branches/REL_2/src/main/java/org/opensaml/saml2/core/Scoping.java Thu Aug 15 14:26:09 2013
@@ -41,7 +41,7 @@
             SAMLConstants.SAML20P_PREFIX);
 
     /** Local name of the XSI type. */
-    public static final String TYPE_LOCAL_NAME = "ActionType";
+    public static final String TYPE_LOCAL_NAME = "ScopingType";
 
     /** QName of the XSI type. */
     public static final QName TYPE_NAME = new QName(SAMLConstants.SAML20P_NS, TYPE_LOCAL_NAME,



More information about the commits mailing list