alanb [Tue, 27 Oct 2009 08:55:35 +0000] rev 4167
6888179: Separate out dependency on CORBA
Reviewed-by: dfuchs
alanb [Sat, 24 Oct 2009 20:36:01 +0100] rev 4166
6894633: NetHooks should not require provider to be present (sol)
Reviewed-by: chegar, jccollet
darcy [Fri, 23 Oct 2009 11:18:17 -0700] rev 4165
6891113: More methods for java.util.Objects: deepEquals, hash, toString with default
Reviewed-by: alanb, gafter
chegar [Thu, 22 Oct 2009 15:44:42 +0100] rev 4164
6894169: Move HttpLogFormatter into a separate package
Reviewed-by: alanb
sherman [Wed, 21 Oct 2009 11:52:04 -0700] rev 4163
Merge
sherman [Wed, 21 Oct 2009 11:50:25 -0700] rev 4162
4206909: want java.util.zip to work for interactive use (Z_SYNC_FLUSH)
Summary: Add sync_flush option into Deflater/DefalterOutputStream
Reviewed-by: martin, alanb
sherman [Wed, 21 Oct 2009 11:40:40 -0700] rev 4161
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
darcy [Wed, 21 Oct 2009 09:53:23 -0700] rev 4160
6560935: BigInteger.modPow() throws ArithmeticException for negative exponent
Reviewed-by: alanb
chegar [Wed, 21 Oct 2009 16:50:44 +0100] rev 4159
Merge
chegar [Wed, 21 Oct 2009 15:47:09 +0100] rev 4158
Merge
chegar [Wed, 21 Oct 2009 15:41:42 +0100] rev 4157
6893238: Move NTLM and SPNEGO implementations into separate packages
Reviewed-by: michaelm, alanb
emcmanus [Wed, 21 Oct 2009 17:33:18 +0200] rev 4156
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
jccollet [Wed, 21 Oct 2009 16:28:57 +0200] rev 4155
6893702: Overhaul of Ftp Client internal code
Summary: Major reorg of internal FTP client code
Reviewed-by: chegar
jccollet [Wed, 21 Oct 2009 13:42:39 +0200] rev 4154
6873543: CookieManager doesn't enforce httpOnly
Summary: Adds check for httpOnly tag and clarifies javadoc
Reviewed-by: chegar