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

2009-07-01 Thread Jean-Christophe Collet
Yes, it would be nice and there are actually already 2 RFEs covering this: 4640805: Protocol and content handlers SPI 6249864: make it easier to write custom url handlers However this is no small task, specially considering the compatibility and security constraints. So far resources (or lack o

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: 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: