Rename Utils\HTTP::getSelfHostWithoutPort() to...
Rename Utils\HTTP::getSelfHostWithoutPort() to Utils\HTTP::getSelfHostWithNonStandardPort(), change the logic, and reimplement Utils\HTTP::getSelfHost() to depend on use the former. Complete the tests to include the case of port 443 while using HTTPS.
Showing
- lib/SimpleSAML/Metadata/MetaDataStorageHandler.php 1 addition, 1 deletionlib/SimpleSAML/Metadata/MetaDataStorageHandler.php
- lib/SimpleSAML/Metadata/MetaDataStorageHandlerFlatFile.php 2 additions, 2 deletionslib/SimpleSAML/Metadata/MetaDataStorageHandlerFlatFile.php
- lib/SimpleSAML/Metadata/MetaDataStorageHandlerPdo.php 2 additions, 2 deletionslib/SimpleSAML/Metadata/MetaDataStorageHandlerPdo.php
- lib/SimpleSAML/Metadata/MetaDataStorageSource.php 1 addition, 1 deletionlib/SimpleSAML/Metadata/MetaDataStorageSource.php
- lib/SimpleSAML/Utils/HTTP.php 16 additions, 13 deletionslib/SimpleSAML/Utils/HTTP.php
- tests/lib/SimpleSAML/Utils/HTTPTest.php 15 additions, 6 deletionstests/lib/SimpleSAML/Utils/HTTPTest.php
- www/admin/hostnames.php 1 addition, 1 deletionwww/admin/hostnames.php
Loading
Please register or sign in to comment