Thanks for catching that. Here it is with your suggested change:
http://cr.openjdk.java.net/~juh/8042967/03/
Jason
On 02/11/2015 03:42 PM, Xuelei Fan wrote:
I have not read the update. Would you please also update:
sun/security/util/DisabledAlgorithmConstraints.java
Which uses the algori
I have not read the update. Would you please also update:
sun/security/util/DisabledAlgorithmConstraints.java
Which uses the algorithm format.
// withand
+ // within
Pattern pattern =
- Pattern.compile("with|and", Pattern.CASE_INSENSITIVE);
+ Pattern.compile("with|and|in", P
Please review this change, which enables DSA and ECDSA signatures in the
IEEE P1363 format (the concatenation of r and s) by introducing new
algorithm name Strings.
http://cr.openjdk.java.net/~juh/8042967/02/
Thanks,
Jason
On 01/30/2015 02:18 PM, Jason Uh wrote:
Mike,
Thanks again for weigh
Please, review the following simple change.
Issue : https://bugs.openjdk.java.net/browse/JDK-8072932
Webrev: http://cr.openjdk.java.net/~jbachorik/8072932/webrev.00
This patch is about replacing the
j.s.AccessControlContext.getDomainCombiner() with the package-private
version j.s.AccessControl