make/sun/net/FILES_java.gmk

Print this page

        

@@ -87,15 +87,16 @@
         sun/net/www/protocol/http/AuthCacheImpl.java \
         sun/net/www/protocol/http/AuthCacheValue.java \
         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 \
         sun/net/www/protocol/https/HttpsURLConnectionImpl.java \
         sun/net/www/protocol/https/DelegateHttpsURLConnection.java \

@@ -126,11 +127,11 @@
         sun/net/idn/UCharacterDirection.java \
         sun/net/idn/StringPrepDataReader.java \
         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)
     FILES_java += sun/net/spi/SdpProvider.java
 endif