hg: jdk7/tl/jdk: 6919185: test/closed/sun/net/ftp/FtpTests fails to compile

2010-01-26 Thread jean-christophe . collet
Changeset: f544825d0976 Author:jccollet Date: 2010-01-26 11:39 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f544825d0976 6919185: test/closed/sun/net/ftp/FtpTests fails to compile Summary: Fixed a couple of regressions in FtpClient and updated the test. Reviewed-by: chegar

hg: jdk7/tl/jdk: 6901170: HttpCookie parsing of version and max-age mis-handled

2009-11-20 Thread jean-christophe . collet
Changeset: ca026eb5cf3c Author:jccollet Date: 2009-11-20 14:50 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ca026eb5cf3c 6901170: HttpCookie parsing of version and max-age mis-handled Summary: Accept single quotes in cookies and better exception handling in CookieManager R

hg: jdk7/tl/jdk: 6893702: Overhaul of Ftp Client internal code

2009-10-21 Thread jean-christophe . collet
Changeset: 75c453fa1aa1 Author:jccollet Date: 2009-10-21 16:28 +0200 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/75c453fa1aa1 6893702: Overhaul of Ftp Client internal code Summary: Major reorg of internal FTP client code Reviewed-by: chegar ! make/sun/net/FILES_java.gmk ! src/s

hg: jdk7/tl/jdk: 6873543: CookieManager doesn't enforce httpOnly

2009-10-21 Thread jean-christophe . collet
Changeset: 5ab37d9d9260 Author:jccollet Date: 2009-10-21 13:42 +0200 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/5ab37d9d9260 6873543: CookieManager doesn't enforce httpOnly Summary: Adds check for httpOnly tag and clarifies javadoc Reviewed-by: chegar ! src/share/classes/java/

hg: jdk7/tl/jdk: 6737819: sun.misc.net.DefaultProxySelector doesn't use proxy setting to localhost

2009-09-18 Thread jean-christophe . collet
Changeset: ee68feef41d2 Author:jccollet Date: 2009-09-18 10:51 +0200 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ee68feef41d2 6737819: sun.misc.net.DefaultProxySelector doesn't use proxy setting to localhost Summary: Move default nonProxyHosts from hardcoded to property default

Re: How to contribute - webrev question

2009-07-20 Thread Jean-Christophe Collet
Ulf Zibis wrote: Hi all, I'm very happy to successful run webrev on Windows :-) Much thanks you all. Now I have some errors when trying to 'webrev' a single file 'README' from my workspace. I'm afraid, I don't understand, how to define a 'filelist'. So please give me additional hint. A 'fi

Re: Reg : How to contribute

2009-07-16 Thread Jean-Christophe Collet
t NetBeans or Eclipse plugins :-) Regards lance Jean-Christophe Collet wrote: Sure. I'm putting the final touches to a tool I call jHg It's a simple mercurial front end and a webrev generator. All written in Java. It has a GUI as well a command line interface. With it you can easi

Re: Reg : How to contribute

2009-07-16 Thread Jean-Christophe Collet
e, but it is a fairly complete abstraction of all the components of a workspace (Changeset, Tag, Change, etc...). - jHg uses jMercurial. So far it has been tested on Solaris, Linux, Windows and Mac OS X. -lance Jean-Christophe Collet wrote: Sure. I'm putting the final touches to a to

hg: jdk7/tl/jdk: 6856856: NPE in HTTP protocol handler logging

2009-07-06 Thread jean-christophe . collet
Changeset: fa488e4ff685 Author:jccollet Date: 2009-07-06 15:13 +0200 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/fa488e4ff685 6856856: NPE in HTTP protocol handler logging Summary: Fixed the NPE and Moved the java.util.logging dependency to a single class and used reflection to

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

hg: jdk7/tl/jdk: 6855297: Windows build breaks after 6811297

2009-06-26 Thread jean-christophe . collet
Changeset: 0b6571d4b4b5 Author:jccollet Date: 2009-06-26 16:50 +0200 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/0b6571d4b4b5 6855297: Windows build breaks after 6811297 Summary: re-introduced the mistakenly taken out authObj member Reviewed-by: chegar ! src/share/classes/sun/n

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:

hg: jdk7/tl/jdk: 6852108: Remove Preferences dependance from SocksSocketImpl

2009-06-19 Thread jean-christophe . collet
Changeset: ed38f9e6ad9a Author:jccollet Date: 2009-06-19 14:12 +0200 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ed38f9e6ad9a 6852108: Remove Preferences dependance from SocksSocketImpl Summary: Removed Preferences API use and fixed a few findbugs gotchas Reviewed-by: alanb ! s

hg: jdk7/tl/jdk: 6726695: HttpURLConnection shoul support 'Expect: 100-contimue' headers for PUT

2009-05-26 Thread jean-christophe . collet
Changeset: 045aeb76b0ff Author:jccollet Date: 2009-05-26 16:03 +0200 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/045aeb76b0ff 6726695: HttpURLConnection shoul support 'Expect: 100-contimue' headers for PUT Summary: Added code triggered when 'Expect: 100-continue' header has been

hg: jdk7/tl/jdk: 6349566: java.net.CookieManager doesn't set default domain

2009-05-25 Thread jean-christophe . collet
Changeset: 206d73d299d4 Author:jccollet Date: 2009-05-25 22:27 +0200 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/206d73d299d4 6349566: java.net.CookieManager doesn't set default domain Summary: Enforce default domain in CookieManager Reviewed-by: michaelm ! src/share/classes/ja

hg: jdk7/tl/jdk: 6585546: Please update API doc for java.net.CookieManager

2009-02-04 Thread jean-christophe . collet
Changeset: 61ee91f965ac Author:jccollet Date: 2009-02-04 14:15 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/61ee91f965ac 6585546: Please update API doc for java.net.CookieManager Summary: Trivial doc updates Reviewed-by: chegar ! src/share/classes/java/net/CookieManager.ja

hg: jdk7/tl/jdk: 6791927: Wrong Locale in HttpCookie::expiryDate2DeltaSeconds

2009-02-02 Thread jean-christophe . collet
Changeset: 6c5d04d1eff4 Author:jccollet Date: 2009-02-02 16:50 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6c5d04d1eff4 6791927: Wrong Locale in HttpCookie::expiryDate2DeltaSeconds Summary: Force Locale.US when parsing the cookie expiration date. Reviewed-by: chegar ! src

hg: jdk7/tl/jdk: 6790677: java.net.HttpCookie.parse(String) should ignore unrecognized attributes, RFC2965

2009-01-27 Thread jean-christophe . collet
Changeset: 53d9259661c3 Author:jccollet Date: 2009-01-27 11:36 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/53d9259661c3 6790677: java.net.HttpCookie.parse(String) should ignore unrecognized attributes, RFC2965 Summary: Changed code not to throw an exception on unknown att