--- old/make/sun/net/FILES_java.gmk Wed Oct 21 11:54:36 2009 +++ new/make/sun/net/FILES_java.gmk Wed Oct 21 11:54:35 2009 @@ -89,11 +89,12 @@ sun/net/www/protocol/http/AuthScheme.java \ sun/net/www/protocol/http/BasicAuthentication.java \ sun/net/www/protocol/http/DigestAuthentication.java \ - sun/net/www/protocol/http/NTLMAuthentication.java \ sun/net/www/protocol/http/NTLMAuthenticationProxy.java \ sun/net/www/protocol/http/NegotiateAuthentication.java \ - sun/net/www/protocol/http/NegotiatorImpl.java \ - sun/net/www/protocol/http/NegotiateCallbackHandler.java \ + sun/net/www/protocol/http/Negotiator.java \ + sun/net/www/protocol/http/ntlm/NTLMAuthentication.java \ + sun/net/www/protocol/http/spnego/NegotiatorImpl.java \ + sun/net/www/protocol/http/spnego/NegotiateCallbackHandler.java \ sun/net/www/protocol/https/AbstractDelegateHttpsURLConnection.java \ sun/net/www/protocol/https/HttpsClient.java \ sun/net/www/protocol/https/DefaultHostnameVerifier.java \ @@ -128,7 +129,7 @@ sun/net/idn/StringPrep.java ifeq ($(PLATFORM), windows) - FILES_java += sun/net/www/protocol/http/NTLMAuthSequence.java + FILES_java += sun/net/www/protocol/http/ntlm/NTLMAuthSequence.java endif ifeq ($(PLATFORM), solaris)