Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Better handling of injected MetadataProvider
SHIBBOLETH_SP_METADATA_PROVIDER_XML may still be injected using the _FILE approach but it is handled uniquely now to prevent an error message from the bash declare command caused by the contents of the file usually containing special characters. Fundamentally this is caused by the left and right-hand sides of declare "${config_var}"=`cat $file_name` being evaluated before the actual 'declare' command is evaluated.