Re: hg: jdk7/tl/jdk: 6811297: Add more logging to HTTP protocol handler

2009-06-25 Thread Jim Andreou
Hi, A quick note: Wouldn't it be nice if clients could add URL handling interceptors and monitor incoming/outgoing data themselves? For any URL protocol they would be interested into, not http in particular. Recently I looked into the existing URL protocol handling architecture (e.g. [1], which pro

hg: jdk7/tl/jdk: 6852607: MessageUtils JVM crash

2009-06-25 Thread langel
Changeset: 5a3a5388756c Author:langel Date: 2009-06-25 17:01 -0400 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/5a3a5388756c 6852607: MessageUtils JVM crash Summary: Fixes crash by checking null field Reviewed-by: alanb ! src/share/native/sun/misc/MessageUtils.c

hg: jdk7/tl/jdk: 6811297: Add more logging to HTTP protocol handler

2009-06-25 Thread jean-christophe . collet
Changeset: 70c0a927e21a Author:jccollet Date: 2009-06-25 18:56 +0200 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/70c0a927e21a 6811297: Add more logging to HTTP protocol handler Summary: Added extra logging to HttpURLConnection and HttpClient. Added a capture tool. Reviewed-by:

Code review for 6811297: Add more logging to HTTP protocol handler

2009-06-25 Thread Jean-Christophe Collet
Here is proposal to add more debugging tool for the HTTP protocol handler. This adds more logging, a formatter for the logs and a traffic capture tool. These changes have no implications on normal operation, they just add features that can be turned on when investigating bugs. A webrev is avail