[java-metadata-aggregator] branch master updated: MDA-187 - Workround for JSPT-49 no longer needed
Ian Young
ian at iay.org.uk
Wed May 20 15:34:44 UTC 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=b2b4fdc8b3f7c5253524c1a44696e1768d3878e7
The following commit(s) were added to refs/heads/master by this push:
new b2b4fdc MDA-187 - Workround for JSPT-49 no longer needed
b2b4fdc is described below
commit b2b4fdc8b3f7c5253524c1a44696e1768d3878e7
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed May 20 16:34:41 2020 +0100
MDA-187 - Workround for JSPT-49 no longer needed
https://issues.shibboleth.net/jira/browse/MDA-187
---
.../net/shibboleth/metadata/dom/saml/mdui/IPHintValidationStage.java | 3 ---
1 file changed, 3 deletions(-)
diff --git a/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/saml/mdui/IPHintValidationStage.java b/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/saml/mdui/IPHintValidationStage.java
index 97bcb56..1be03e0 100644
--- a/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/saml/mdui/IPHintValidationStage.java
+++ b/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/saml/mdui/IPHintValidationStage.java
@@ -80,9 +80,6 @@ public class IPHintValidationStage extends AbstractDOMTraversalStage<DOMTraversa
}
} catch (final IllegalArgumentException e) {
addError(context.getItem(), ipHint, "invalid IPHint '" + hint + "': " + e.getMessage());
- } catch (final ArrayIndexOutOfBoundsException e) {
- // temporary work-round for JSPT-49
- addError(context.getItem(), ipHint, "invalid IPHint '" + hint + "': missing '/'");
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list