CR 6894169: Move HttpLogFormatter into a separate package
Webrev: http://cr.openjdk.java.net/~chegar/6894169/webrev.0/webrev/Moving HttpLogFormatter out of sun.net.www.protocol.http and into sun.net.www.protocol.http.logging will simplify the modularization effort by making it easier to define module definitions (by package name as opposed to a regular/glob expression). This formatter will not be in the base package.
-Chris.