[java-opensaml] branch master updated: Fix call to QName-based map.

Scott Cantor cantor.2 at osu.edu
Wed Sep 13 15:37:49 EDT 2017


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=c5f1867e2719951bc9c569bb87297b2052ff015d

The following commit(s) were added to refs/heads/master by this push:
       new  c5f1867   Fix call to QName-based map.
c5f1867 is described below

commit c5f1867e2719951bc9c569bb87297b2052ff015d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 13 15:37:46 2017 -0400

    Fix call to QName-based map.
---
 .../src/main/java/org/opensaml/soap/util/SOAPSupport.java              | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/opensaml-soap-api/src/main/java/org/opensaml/soap/util/SOAPSupport.java b/opensaml-soap-api/src/main/java/org/opensaml/soap/util/SOAPSupport.java
index 7ff0ab9..dd17c3c 100644
--- a/opensaml-soap-api/src/main/java/org/opensaml/soap/util/SOAPSupport.java
+++ b/opensaml-soap-api/src/main/java/org/opensaml/soap/util/SOAPSupport.java
@@ -392,8 +392,7 @@ public final class SOAPSupport {
 
         if (role == null && soapObject instanceof AttributeExtensibleXMLObject) {
             role = StringSupport.trimOrNull(((AttributeExtensibleXMLObject) soapObject)
-                    .getUnknownAttributes().get(
-                            org.opensaml.soap.soap12.RoleBearing.SOAP12_ROLE_ATTR_LOCAL_NAME));
+                    .getUnknownAttributes().get(org.opensaml.soap.soap12.RoleBearing.SOAP12_ROLE_ATTR_NAME));
         }
 
         return role;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list