use port in SPN calculation if not default (#40860)
authorTomas Weinfurt <tweinfurt@yahoo.com>
Mon, 17 Aug 2020 21:43:26 +0000 (14:43 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Aug 2020 21:43:26 +0000 (14:43 -0700)
commit13198a5b05faa10be2dcc2a8ce175c255aece37d
tree4b89132aef9391ae05e25b4702984e7a57b3b0a5
parent1527834aeac4e2a0fe442a4342569234862788de
use port in SPN calculation if not default (#40860)

* use port in SPN calculation if not default

* remove extra line

* fix internal error test failure
src/libraries/Common/tests/System/Net/EnterpriseTests/EnterpriseTestConfiguration.cs
src/libraries/Common/tests/System/Net/EnterpriseTests/setup/apacheweb/Dockerfile
src/libraries/Common/tests/System/Net/EnterpriseTests/setup/apacheweb/httpd.conf [new file with mode: 0644]
src/libraries/Common/tests/System/Net/EnterpriseTests/setup/docker-compose.yml
src/libraries/Common/tests/System/Net/EnterpriseTests/setup/kdc/setup-kdc.sh
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/AuthenticationHelper.NtAuth.cs
src/libraries/System.Net.Http/tests/EnterpriseTests/HttpClientAuthenticationTest.cs