[java-opensaml] branch master updated: IDP-1467 Add test for weird CAS-type URL.
Rod Widdowson
rdw at steadingsoftware.com
Sat Jun 15 08:35:15 EDT 2019
This is an automated email from the git hooks/post-receive script.
rdw 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=a39b2767b34f99e46531453fea84ef60311373d0
The following commit(s) were added to refs/heads/master by this push:
new a39b276 IDP-1467 Add test for weird CAS-type URL.
a39b276 is described below
commit a39b2767b34f99e46531453fea84ef60311373d0
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jun 15 13:34:40 2019 +0100
IDP-1467 Add test for weird CAS-type URL.
https://issues.shibboleth.net/jira/browse/IDP-1467
---
.../saml/metadata/resolver/index/impl/EndpointMetadataIndexTest.java | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/index/impl/EndpointMetadataIndexTest.java b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/index/impl/EndpointMetadataIndexTest.java
index 8097d2d..8caad99 100644
--- a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/index/impl/EndpointMetadataIndexTest.java
+++ b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/index/impl/EndpointMetadataIndexTest.java
@@ -171,6 +171,10 @@ public class EndpointMetadataIndexTest extends XMLObjectBaseTestCase {
"https://www.example.com/", false)));
Assert.assertTrue(keys.contains(new EndpointMetadataIndex.EndpointMetadataIndexKey(SPSSODescriptor.DEFAULT_ELEMENT_NAME, AssertionConsumerService.DEFAULT_ELEMENT_NAME,
"https://www.example.com", false)));
+ //IDP-1467
+ Assert.assertTrue(keys.contains(new EndpointMetadataIndex.EndpointMetadataIndexKey(SPSSODescriptor.DEFAULT_ELEMENT_NAME, AssertionConsumerService.DEFAULT_ELEMENT_NAME,
+ "https://www.example.com?organization_id=5b7653fb3bf5f0014f000456&redirect_url=&url", false)));
+
}
@Test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list