JDK-6882384 : Update http protocol handler to use PlatformLogger
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 7
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-09-15
  • Updated: 2010-04-07
  • Resolved: 2009-09-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b73Fixed
Related Reports
Relates :  
Description
sun.util.logging.PlatformLogger is added for JRE implementation to eliminate their dependency on logging.  HttpCapture was revised to handle the case if logging doesn't exist.  We shall update http protocol handler to use PlatformLogger.

Comments
EVALUATION changeset: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/44ccaa4bb8a0
22-09-2009

EVALUATION Update HttpCapture and HttpURLConnection to use the PlatformLogger.
15-09-2009