hg: jdk8/tl/jdk: 7076215: (jli) jdk/src/share/bin/jli_util.h should include function prototypes for str functions

2011-08-08 Thread alan . bateman
Changeset: 94934ebbb654
Author:alanb
Date:  2011-08-08 13:20 +0100
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/94934ebbb654

7076215: (jli) jdk/src/share/bin/jli_util.h should include function prototypes 
for str functions
Reviewed-by: alanb
Contributed-by: neil.richa...@ngmr.net

! src/share/bin/jli_util.h



Re: HttpCookie.domainMatches("hostname.local", "hostname") return false

2011-08-08 Thread Chris Hegarty


Sorry for the delay on this Sean, I owe you a reply. I'll try to get to 
this in the next few days.


-Chris.


On 8/4/2011 8:09 AM, Sean Chou wrote:

Hi all,

   I checked with java8, this problem still exists; and I checked the 
patch, it is still working.
The bug was filed with id 7023713 for java7, and the patch is here. 
So, would anyone like to

take a look at it again? Thanks.

2011/2/22 Sean Chou >


Hi,
   I find that HttpCookie.domainMatches("hostname.local",
"hostname") returns false, which may be a bug.
   According to spec, the effective host name of "hostname" is
"hostname.local", which is string
exactly the same with the first parameter. Thus the method should
return true for this invocation.

   I attached the simple testcase here:
// Testcase
import java.net.HttpCookie;

public class DomainMatchTest{

   public static void main(String args[]){
  // "true" should be printed, but get "false".
 
System.out.println(HttpCookie.domainMatches("hostname.local",

"hostname"));
   }

}
// End of testcase

Any comments?

-- 
Best Regards,

Sean Chou




--
Best Regards,
Sean Chou





hg: jdk8/tl/jdk: 2 new changesets

2011-08-08 Thread mandy . chung
Changeset: 0f1b4b3bc833
Author:mchung
Date:  2011-08-08 16:26 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0f1b4b3bc833

7036518: TEST_BUG: add cygwin support to 
test/java/nio/charset/coders/CheckSJISMappingProp.sh
7036519: TEST_BUG: add cygwin support to test/demo/zipfs/basic.sh
Reviewed-by: sherman

! test/demo/zipfs/basic.sh
! test/java/nio/charset/coders/CheckSJISMappingProp.sh

Changeset: 39498fc31d63
Author:mchung
Date:  2011-08-08 16:27 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/39498fc31d63

7012365: TEST_BUG: test/java/nio/charset/spi/basic.sh can be run with Cygwin
Reviewed-by: darcy

! test/java/nio/charset/spi/basic.sh