[java-opensaml] 23/24: Fix call to QName-based map.

Brent Putman putmanb at georgetown.edu
Wed Sep 27 16:46:17 EDT 2017


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

putmanb pushed a commit to branch maint-3.3
in repository java-opensaml.

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

commit 34da5d967054b851583bd126bb5ba34528f2a863
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 0b400b3..300b6a6 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
@@ -389,8 +389,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