hg: jdk7/tl/jdk: 6893426: ShellScaffold.sh fails on Solaris 10 update releases: /usr/bin/id: illegal option -- u

2009-10-21 Thread tim . bell
Changeset: b0433598e26d Author:tbell Date: 2009-10-21 00:12 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b0433598e26d 6893426: ShellScaffold.sh fails on Solaris 10 update releases: /usr/bin/id: illegal option -- u Reviewed-by: ohair, dcubed ! test/com/sun/jdi/ShellScaffol

Request for Review: 6893238

2009-10-21 Thread Christopher Hegarty - Sun Microsystems Ireland
CR 6893238: Move NTLM and SPNEGO implementations into separate packages Webrev: http://cr.openjdk.java.net/~chegar/6893238/webrev.0/webrev/ Following 688259, NTLM and SPNEGO authentication implementations are now runtime dependencies. There is no reason that their implementations should resi

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/

Re: Request for Review: 6893238

2009-10-21 Thread Michael McMahon
Christopher Hegarty - Sun Microsystems Ireland wrote: CR 6893238: Move NTLM and SPNEGO implementations into separate packages Webrev: http://cr.openjdk.java.net/~chegar/6893238/webrev.0/webrev/ Following 688259, NTLM and SPNEGO authentication implementations are now runtime dependencies. The

Re: Request for Review: 6893238

2009-10-21 Thread Alan Bateman
Christopher Hegarty - Sun Microsystems Ireland wrote: CR 6893238: Move NTLM and SPNEGO implementations into separate packages Webrev: http://cr.openjdk.java.net/~chegar/6893238/webrev.0/webrev/ Following 688259, NTLM and SPNEGO authentication implementations are now runtime dependencies. The

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

Re: Request for Review: 6893238

2009-10-21 Thread Christopher Hegarty - Sun Microsystems Ireland
On 21/10/2009 15:05, Alan Bateman wrote: Christopher Hegarty - Sun Microsystems Ireland wrote: CR 6893238: Move NTLM and SPNEGO implementations into separate packages Webrev: http://cr.openjdk.java.net/~chegar/6893238/webrev.0/webrev/ Following 688259, NTLM and SPNEGO authentication implemen

Re: Request for Review: 6893238

2009-10-21 Thread Alan Bateman
Christopher Hegarty - Sun Microsystems Ireland wrote: : Yes, this would certainly be cleaner. I've updated the webrev. Please take a look. http://cr.openjdk.java.net/~chegar/6893238/webrev.1/webrev/ Note: The lack of the initial cause of the IOException in firstToken should not be a proble

Re: Request for Review: 6893238

2009-10-21 Thread Christopher Hegarty - Sun Microsystems Ireland
On 21/10/2009 15:47, Alan Bateman wrote: Christopher Hegarty - Sun Microsystems Ireland wrote: : Yes, this would certainly be cleaner. I've updated the webrev. Please take a look. http://cr.openjdk.java.net/~chegar/6893238/webrev.1/webrev/ Note: The lack of the initial cause of the IOExc

hg: jdk7/tl/jdk: 6851617: Remove JSR 255 (JMX API 2.0) from JDK 7

2009-10-21 Thread eamonn . mcmanus
Changeset: f23a3ae59169 Author:emcmanus Date: 2009-10-21 17:33 +0200 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f23a3ae59169 6851617: Remove JSR 255 (JMX API 2.0) from JDK 7 Summary: See http://weblogs.java.net/blog/2009/06/16/jsr-255-jmx-api-20-postponed Reviewed-by: dfuchs

hg: jdk7/tl/jdk: 3 new changesets

2009-10-21 Thread christopher . hegarty
Changeset: 44fa9caa1727 Author:chegar Date: 2009-10-21 15:41 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/44fa9caa1727 6893238: Move NTLM and SPNEGO implementations into separate packages Reviewed-by: michaelm, alanb ! make/java/net/Makefile ! make/sun/net/FILES_java.gmk !

hg: jdk7/tl/jdk: 6560935: BigInteger.modPow() throws ArithmeticException for negative exponent

2009-10-21 Thread joe . darcy
Changeset: 98558a60c555 Author:darcy Date: 2009-10-21 09:53 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/98558a60c555 6560935: BigInteger.modPow() throws ArithmeticException for negative exponent Reviewed-by: alanb ! src/share/classes/java/math/BigInteger.java

hg: jdk7/tl/jdk: 3 new changesets

2009-10-21 Thread xueming . shen
Changeset: a88ca066dad4 Author:sherman Date: 2009-10-21 11:40 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/a88ca066dad4 6878475: Better syntax for the named capture group in regex Summary: Updated the syntax of the newly added named capture group Reviewed-by: martin, alanb