[java-shib-attribute] branch main updated: Fix invalid control XML in test.

Brent Putman putmanb at georgetown.edu
Thu Aug 10 22:45:47 UTC 2023


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

putmanb pushed a commit to branch main
in repository java-shib-attribute.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=7587215ddfc56311203ac7195edc24c7681d6859

The following commit(s) were added to refs/heads/main by this push:
     new 7587215dd Fix invalid control XML in test.
7587215dd is described below

commit 7587215ddfc56311203ac7195edc24c7681d6859
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Thu Aug 10 18:45:34 2023 -0400

    Fix invalid control XML in test.
---
 .../shibboleth/idp/attribute/resolver/impl/dc/entityAttributes.xml    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/shib-attribute-resolver-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/impl/dc/entityAttributes.xml b/shib-attribute-resolver-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/impl/dc/entityAttributes.xml
index c85590a32..417caf1c7 100644
--- a/shib-attribute-resolver-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/impl/dc/entityAttributes.xml
+++ b/shib-attribute-resolver-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/impl/dc/entityAttributes.xml
@@ -5,6 +5,6 @@
     <saml:AttributeValue  xsi:type="xs:string">blue at yellow</saml:AttributeValue>
   </saml:Attribute>
   <saml:Attribute Name="SamlName" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
-    <saml:AttributeValue xsi:type="saml:SubjectLocality"><saml:SubjectLocality Address="10.0.0.1"/></saml:AttributeValue>
-    </saml:Attribute>
+    <saml:AttributeValue xsi:type="saml:SubjectLocality" Address="10.0.0.1" />
+  </saml:Attribute>
   </mdattr:EntityAttributes>

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


More information about the commits mailing list