Skip to content

Commit

Permalink
SAML TR added without custom RP configuration doesn't work #490 - rem…
Browse files Browse the repository at this point in the history
…ove asynch URL metadata downloading (thread race condition)
  • Loading branch information
dmogn committed Apr 17, 2017
1 parent 01b9153 commit 67479e9
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -299,7 +299,7 @@ public String save() {
// setEntityId();
boolean result = shibboleth3ConfService.existsResourceUri(trustRelationship.getSpMetaDataURL());
if(result){
newThreadSaveSpMetaDataFileSourceTypeURI();
saveSpMetaDataFileSourceTypeURI();
}else{
log.info("There is no resource found Uri : {0}", trustRelationship.getSpMetaDataURL());
}
Expand Down Expand Up @@ -825,7 +825,6 @@ private boolean saveSpMetaDataFileSourceTypeFile() {
}

return StringHelper.isNotEmpty(result);

}

public boolean saveSpMetaDataFileSourceTypeURI() throws IOException {
Expand Down

0 comments on commit 67479e9

Please sign in to comment.