Changeset: 1936a884b290
Author:vromero
Date: 2013-06-14 18:01 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/1936a884b290
8008023: Get rid of utf8 chars in two tests
Reviewed-by: jjg
! test/tools/javac/api/6437999/Utf8.java
! test/tools/javac/api/T6306137.java
On 14.06.2013 19:32, Chris Hegarty wrote:
Hi Vasiliy,
On 14/06/2013 09:48, Vasiliy Baranov wrote:
Greetings,
Suppose I need to call java.net.CookieHandler.get(URI uri,
Map> requestHeaders) and need to filter out
'HttpOnly' cookies from the result. My understanding is in that case I
should call
Hi Vasiliy,
On 14/06/2013 09:48, Vasiliy Baranov wrote:
Greetings,
Suppose I need to call java.net.CookieHandler.get(URI uri,
Map> requestHeaders) and need to filter out
'HttpOnly' cookies from the result. My understanding is in that case I
should call CookieHandler.get with a URI starting with
Changeset: 6b48ebae2569
Author:vromero
Date: 2013-06-14 16:25 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/6b48ebae2569
8016569: javac, add new flag for polymorphic method signatures
Reviewed-by: jjg
Contributed-by: maurizio.cimadam...@oracle.com
! src/share/classes/
Changeset: f695f447f6b7
Author:jzavgren
Date: 2013-06-14 09:13 -0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f695f447f6b7
8014307: Memory leak ... security/jgss/wrapper/GSSLibStub.c
Summary: I modified the native procedure:
Java_sun_security_jgss_wrapper_GSSLibStub_initCont
Changeset: 659828443145
Author:coffeys
Date: 2013-06-14 15:14 +0400
URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/659828443145
8015978: Incorrect transformation of XPath expression "string(-0)"
Reviewed-by: darcy, joehw
Contributed-by: aleksej.efi...@oracle.com
! src/com/sun/org
Changeset: 45a3584bfacf
Author:coffeys
Date: 2013-06-14 15:14 +0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/45a3584bfacf
8015978: Incorrect transformation of XPath expression "string(-0)"
Reviewed-by: darcy, joehw
Contributed-by: aleksej.efi...@oracle.com
+ test/javax/xml/j
Greetings,
Suppose I need to call java.net.CookieHandler.get(URI uri,
Map> requestHeaders) and need to filter out
'HttpOnly' cookies from the result. My understanding is in that case I
should call CookieHandler.get with a URI starting with "javascript://"
or any other non-HTTP scheme.
Now w
On 13/06/2013 22:03, Bernd Eckenfels wrote:
Speaking of this guide, there are two problems with this as well:
First of all the Title is Java 5, but it is published in JDK 7
Documentation set as well. For the Java 8 I would recommend to
overhaul at least the title.
When touching that documen