Hi, Xuelei

test/sun/security/util/AlgorithmConstraints/Decomposealgorithms.java

line36 private final static String PATH = System.getProperty("test.src", ".");

It seems that this line could be removed.

Thanks,
Amy

On 12/7/15 7:08 PM, Xuelei Fan wrote:
Hi Brad,

Please review this fix for JDK-8136410:

    http://cr.openjdk.java.net/~xuelei/8136410/webrev.00/

AlgorithmDecomposer cannot parse "Padding" string properly as 'in' is
used as a String split separator.  "NoPadding" was incorrectly split as
"NoPadd" and "g".

This update update the slit String split pattern, and "Padding" get
specially handled.

Thanks,
Xuelei

Reply via email to