Skip to content
Snippets Groups Projects
Commit 1fcd47f4 authored by Frank Tamás's avatar Frank Tamás
Browse files

Comment with link to Metadata Query Protocol Specifications

parent b07df11f
No related branches found
No related tags found
No related merge requests found
......@@ -251,6 +251,7 @@ class SimpleSAML_Metadata_MetaDataStorageHandlerMDX extends SimpleSAML_Metadata_
return $data;
}
/* Look at Metadata Query Protocol: https://github.com/iay/md-query/blob/master/draft-young-md-query.txt */
$mdx_url = $this->server . '/entities/' . urlencode( $index);
SimpleSAML_Logger::debug('MetaData - Handler.MDX: Downloading metadata for "'. $index .'" from [' . $mdx_url . ']' );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment