David,
Thanks for the comments. I agree we need to be careful not to break
existing security
assumptions. One general point I'd make though is if CORS is to be the
standard for cross-origin
web clients built using Javascript, then why would we not allow Java
based clients interact with
server
Changeset: f4d50e8cc9e2
Author:sherman
Date: 2013-04-12 07:57 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f4d50e8cc9e2
8011172: JSR 310 DateTime API Updates II
Summary: Integration of JSR310 Date/Time API update
Reviewed-by: alanb, naoto, dholmes
Contributed-by: scolebou..
Changeset: 035a61c9f981
Author:sherman
Date: 2013-04-12 09:51 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/035a61c9f981
8012123: hijrah-config-umalqura.properties is missing from
makefiles/profile-includes.txt
Summary: added the hijrah-config-umalqura.properties into the l
Changeset: 2e3cc7f599ca
Author:mduigou
Date: 2013-04-10 12:43 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2e3cc7f599ca
8011200: (coll) Optimize empty HashMap and ArrayList
Reviewed-by: mduigou, alanb, bchristi, martin
Contributed-by: Sergey Linetskiy , John Rose
, Mike Du
Changeset: 6c935c5ac7ff
Author:sherman
Date: 2013-04-12 12:03 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6c935c5ac7ff
8011647: Add java.time.Instant methods to java.nio.file.attribute.FileTime
Summary: added the toInstant()/from(Instant) to FileTime
Reviewed-by: alanb
!
Changeset: 729ca1ef7c75
Author:sherman
Date: 2013-04-12 12:12 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/729ca1ef7c75
8002390: (zipfs) Problems moving files between zip file systems
Summary: fixed the corner cases in zipfs
Reviewed-by: sherman
Contributed-by: mark.shepp..
Changeset: d8cae0195fe9
Author:henryjen
Date: 2013-04-12 12:41 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d8cae0195fe9
8010279: java.util.Stream.min/max((Comparator)null) is not consistent in
throwing (unspecified) NPE
Reviewed-by: alanb, mduigou
! src/share/classes/jav