Re: Http client API

2012-08-20 Thread Vasiliy Baranov
On 17.08.2012 14:30, Michael McMahon wrote: On 09/08/12 19:15, Chris Hegarty wrote: Michael, Looking good, some comments. 1) Why the use of CookieManager, rather than CookieHandler? I would expect that CookieHandler would be a cleaner API CookieHandler is a very low level API, which

Parsing of URL's which contain Windows Path separator

2012-08-20 Thread Shirish Kuncolienkar
Any thoughts on the following It will be good if the one could create relative url from other url which is based on windows style path. example hello.html relative http://someserver/foo/bar; becomes http://someserver/foo/hello.html; In the similar way hello.htmlrelative to file:///C:\foo\bar

hg: jdk8/tl/langtools: 7192744: fix up tests to accommodate jtreg spec change

2012-08-20 Thread jonathan . gibbons
Changeset: 37008b4cd97a Author:jjg Date: 2012-08-20 13:50 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/37008b4cd97a 7192744: fix up tests to accommodate jtreg spec change Reviewed-by: darcy ! test/tools/javac/processing/6348499/T6348499.java !

Re: Parsing of URL's which contain Windows Path separator

2012-08-20 Thread Chris Hegarty
Shirish, Oooh, I'm not sure that any change to URL of this kind would be compatible. It may have been desirable to have this kind of behavior when URL was being originally created, but it is a legacy class, now replaced with URI, and I'm not sure a change like this could be done in a way to