提交 7d12f3b2 编写于 作者: C chegar

6894169: Move HttpLogFormatter into a separate package

Reviewed-by: alanb
上级 998ebe01
...@@ -85,7 +85,6 @@ FILES_java = \ ...@@ -85,7 +85,6 @@ FILES_java = \
sun/net/www/http/Hurryable.java \ sun/net/www/http/Hurryable.java \
sun/net/www/protocol/http/Handler.java \ sun/net/www/protocol/http/Handler.java \
sun/net/www/protocol/http/HttpURLConnection.java \ sun/net/www/protocol/http/HttpURLConnection.java \
sun/net/www/protocol/http/HttpLogFormatter.java \
sun/net/www/protocol/http/HttpAuthenticator.java \ sun/net/www/protocol/http/HttpAuthenticator.java \
sun/net/www/protocol/http/AuthenticationHeader.java \ sun/net/www/protocol/http/AuthenticationHeader.java \
sun/net/www/protocol/http/AuthenticationInfo.java \ sun/net/www/protocol/http/AuthenticationInfo.java \
...@@ -101,6 +100,7 @@ FILES_java = \ ...@@ -101,6 +100,7 @@ FILES_java = \
sun/net/www/protocol/http/ntlm/NTLMAuthentication.java \ sun/net/www/protocol/http/ntlm/NTLMAuthentication.java \
sun/net/www/protocol/http/spnego/NegotiatorImpl.java \ sun/net/www/protocol/http/spnego/NegotiatorImpl.java \
sun/net/www/protocol/http/spnego/NegotiateCallbackHandler.java \ sun/net/www/protocol/http/spnego/NegotiateCallbackHandler.java \
sun/net/www/protocol/http/logging/HttpLogFormatter.java \
sun/net/www/protocol/https/AbstractDelegateHttpsURLConnection.java \ sun/net/www/protocol/https/AbstractDelegateHttpsURLConnection.java \
sun/net/www/protocol/https/HttpsClient.java \ sun/net/www/protocol/https/HttpsClient.java \
sun/net/www/protocol/https/DefaultHostnameVerifier.java \ sun/net/www/protocol/https/DefaultHostnameVerifier.java \
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* have any questions. * have any questions.
*/ */
package sun.net.www.protocol.http; package sun.net.www.protocol.http.logging;
import java.util.logging.LogRecord; import java.util.logging.LogRecord;
import java.util.regex.*; import java.util.regex.*;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册