-
- Downloads
Remove overzealous encoding of error parameters
Output encoding happens in the view. This prevents the encoded stuff from ending up in other places, including log files. Also fixes tests that were broken because of this.
Showing
- src/SimpleSAML/Error/AuthSource.php 2 additions, 2 deletionssrc/SimpleSAML/Error/AuthSource.php
- src/SimpleSAML/Error/MetadataNotFound.php 1 addition, 1 deletionsrc/SimpleSAML/Error/MetadataNotFound.php
- tests/modules/saml/src/Controller/ServiceProviderTest.php 2 additions, 4 deletionstests/modules/saml/src/Controller/ServiceProviderTest.php
Please register or sign in to comment