[security-dev 01560]: 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

[security-dev 01397]: 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

[security-dev 01333]: 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

[security-dev 01332]: 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/

[security-dev 01225]: 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

[security-dev 00963]: 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

[security-dev 00944]: 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

[security-dev 00927]: 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

[security-dev 00925]: 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:

[security-dev 00907]: 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

[security-dev 00862]: 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

[security-dev 00854]: 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

[security-dev 00549]: 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

[security-dev 00544]: 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

[security-dev 00524]: 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

[security-dev 00292]: hg: jdk7/jsn/jdk: 6692802: HttpCookie needs to support HttpOnly attribute

2008-09-04 Thread jean-christophe . collet
Changeset: eb342082e2b6 Author:jccollet Date: 2008-09-04 15:26 +0200 URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/eb342082e2b6 6692802: HttpCookie needs to support HttpOnly attribute Summary: Added HttpOnly tag support to HttpCookie class. Reviewed-by: chegar, michaelm ! src/sh

[security-dev 00280]: hg: jdk7/jsn/jdk: 6717876: Make java.net.NetworkInterface.getIndex() public

2008-08-25 Thread jean-christophe . collet
Changeset: f4289d75cd29 Author:jccollet Date: 2008-08-25 14:38 +0200 URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/f4289d75cd29 6717876: Make java.net.NetworkInterface.getIndex() public Summary: Make getIndex() and getByIndex() public. Required a name change in native code Revie

[security-dev 00215]: hg: jdk7/jsn/jdk: 2 new changesets

2008-07-01 Thread jean-christophe . collet
Changeset: 571a6e4bbb91 Author:jccollet Date: 2008-07-01 13:29 +0200 URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/571a6e4bbb91 6713809: FTP fails from multi-homed system Summary: Binds the data socket to the same address as the control socket Reviewed-by: michaelm ! src/share/c

[security-dev 00198]: hg: jdk7/jsn/jdk: 6483406: new ServerSocket() sometimes takes more than 3 minutes on Suse Linux

2008-06-13 Thread jean-christophe . collet
Changeset: 7c9d632e7323 Author:jccollet Date: 2008-06-13 17:43 +0200 URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/7c9d632e7323 6483406: new ServerSocket() sometimes takes more than 3 minutes on Suse Linux Summary: Switch to socketpair() call to create marker fd Reviewed-by: alan

[security-dev 00149]: hg: jdk7/jsn/jdk: 6558853: getHostAddress() on connections using IPv6 link-local addrs should have zone id

2008-04-18 Thread jean-christophe . collet
Changeset: a71ab67d3ece Author:jccollet Date: 2008-04-18 15:23 +0200 URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/a71ab67d3ece 6558853: getHostAddress() on connections using IPv6 link-local addrs should have zone id Summary: Set the scope_id_set flag when necessary Reviewed-by:

[security-dev 00146]: hg: jdk7/jsn/jdk: 6644726: Cookie management issues

2008-04-17 Thread jean-christophe . collet
Changeset: d44e3bf49ffb Author:jccollet Date: 2008-04-17 11:05 +0200 URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/d44e3bf49ffb 6644726: Cookie management issues Summary: Many changes to accomodate RFC 2965 and old Netscape specs Reviewed-by: chegar ! src/share/classes/java/net/

[security-dev 00090]: hg: jdk7/jsn/jdk: 6660405: HttpURLConnection returns the wrong InputStream

2008-03-06 Thread jean-christophe . collet
Changeset: b6f7db7d8648 Author:jccollet Date: 2008-03-05 17:16 +0100 URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/b6f7db7d8648 6660405: HttpURLConnection returns the wrong InputStream Summary: Set inputStream back to null in disconnectInternal(). Reviewed-by: chegar ! src/share

[security-dev 00091]: hg: jdk7/jsn/jdk: 6651717: Debug output statement left in MailToURLConnection

2008-03-06 Thread jean-christophe . collet
Changeset: 7ce5e8238b53 Author:jccollet Date: 2008-03-05 18:11 +0100 URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/7ce5e8238b53 6651717: Debug output statement left in MailToURLConnection Summary: Removed output statement, removed unused imports, added override tags. Reviewed-by:

[security-dev 00089]: hg: jdk7/jsn/jdk: 6641309: Wrong Cookie separator used in HttpURLConnection

2008-03-06 Thread jean-christophe . collet
Changeset: 6baf10020bb3 Author:jccollet Date: 2008-03-05 11:40 +0100 URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/6baf10020bb3 6641309: Wrong Cookie separator used in HttpURLConnection Summary: Added a space to cookie separator. Generified the code and added tags. Reviewed-by: c