Skip to content

Commit

Permalink
Federation SP list is not loading in GUI #488
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Feb 15, 2017
1 parent 6d54c15 commit 1ec89c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ public boolean isFederationMetadata(String spMetaDataFN) {

String federationTag = null;
try {
federationTag = xPath.compile("count(/EntitiesDescriptor)").evaluate(xmlDocument);
federationTag = xPath.compile("count(/*[local-name() = 'EntitiesDescriptor'])").evaluate(xmlDocument);
} catch (XPathExpressionException ex) {
log.error("Failed to find IDP metadata file in relaying party file '{0}'", ex, spMetaDataFile.getAbsolutePath());
ex.printStackTrace();
Expand Down

0 comments on commit 1ec89c5

Please sign in to comment.