hg: jdk7/tl/jdk: 6900043: Add method to return line.separator property

2009-12-07 Thread martinrb
Changeset: 0dcdb13ab6d0 Author:martin Date: 2009-12-07 16:44 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/0dcdb13ab6d0 6900043: Add method to return line.separator property Summary: Add System.lineSeparator(), returning getProperty("line.separator") Reviewed-by: darcy ! sr

hg: jdk7/tl/jdk: 6905029: Broken links in Deflater and DeflaterOutputStream javadoc

2009-12-07 Thread martinrb
Changeset: e47e55b6ecf6 Author:martin Date: 2009-12-07 15:32 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e47e55b6ecf6 6905029: Broken links in Deflater and DeflaterOutputStream javadoc Summary: Fix syntax errors in @links Reviewed-by: alanb ! src/share/classes/java/util/z

hg: jdk7/tl/langtools: 6907660: stupid typo in ZipFileIndex guarantees NPE

2009-12-07 Thread jonathan . gibbons
Changeset: ea89c5d4af08 Author:jjg Date: 2009-12-07 14:35 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/ea89c5d4af08 6907660: stupid typo in ZipFileIndex guarantees NPE Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/file/ZipFileIndex.java

hg: jdk7/tl/jdk: 3 new changesets

2009-12-07 Thread alan . bateman
Changeset: c68f6b6b47fd Author:alanb Date: 2009-12-07 12:24 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c68f6b6b47fd 6903753: (se) Selector should implement Closeable Reviewed-by: chegar, forax ! src/share/classes/java/nio/channels/Selector.java Changeset: 587fa61c0f07 A

hg: jdk7/tl/jdk: 6876158: Remove dependencies on Signer, Certificate, Identity, IdentityScope classes from java.security pkg

2009-12-07 Thread vincent . ryan
Changeset: 327adb1c2224 Author:vinnie Date: 2009-12-07 17:06 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/327adb1c2224 6876158: Remove dependencies on Signer, Certificate, Identity, IdentityScope classes from java.security pkg Reviewed-by: alanb, mullan ! src/share/classe

Re: Fwd: Bug in URLConnection?

2009-12-07 Thread Christopher Hegarty -Sun Microsystems Ireland
Jean-Christophe Collet wrote: [snip] What's happening here is that the ProxySelector() is not called to check whether the URLConnection should use a proxy but whether the Socket should use a SOCKS proxy. Good catch Jessie, I missed that. I was just about to run the test, no need to now. -C

Re: Fwd: Bug in URLConnection?

2009-12-07 Thread Jean-Christophe Collet
Paulo Levi wrote: Just realized you might be confused about the saving of the original proxyselector in the test code. To be clear: What is called and throws the StackOverflowError is the UserProxySelector class. I just expected calling url.openConnection(Proxy.NO_PROXY); not to call the userpr

Re: Fwd: Bug in URLConnection?

2009-12-07 Thread Paulo Levi
Just realized you might be confused about the saving of the original proxyselector in the test code. To be clear: What is called and throws the StackOverflowError is the UserProxySelector class. I just expected calling url.openConnection(Proxy.NO_PROXY); not to call the userproxyselector (or any Pr

Re: Fwd: Bug in URLConnection?

2009-12-07 Thread Paulo Levi
Huh? But it throws StackOverflowError. after installing UserProxySelector and calling any method. Just to be clear it is the right class, it is attached. My java version: E:\java\bin>java -version java version "1.6.0_14-ea" Java(TM) SE Runtime Environment (build 1.6.0_14-ea-b04) Java HotSpot(TM) Cl

Re: Virtual Host support on the embedded HTTP server

2009-12-07 Thread Christopher Hegarty - Sun Microsystems Ireland
This is certainly interesting. Let me take a look and I'll get back to you later. -Chris. On 04/12/2009 20:17, David M. Lloyd wrote: I've crafted a simple patch which extends the API of the embedded HTTP server to support virtual hosts. The patch is designed to add the new functionality with

Re: Fwd: Bug in URLConnection?

2009-12-07 Thread Christopher Hegarty - Sun Microsystems Ireland
On 05/12/2009 00:01, Paulo Levi wrote: -- Forwarded message -- From: Paulo Levi Date: Fri, Dec 4, 2009 at 9:57 PM Subject: Re: Bug in URLConnection? To: Christopher Hegarty -Sun Microsystems Ireland < christopher.hega...@sun.com> The problem is that the user (or any really) p