HI Dalibor, a) I can't see the bug on bugs.sun.com - please describe what this change is supposed to fix.
6.0 and 5.0 introduce extract escape character. for e.g if CN = "Qpass Inc" older jdk 5.0 and 6.0 keytool prints CN = "Qpass Inc" later ones print CN = "\"Qpass Inc\"" Behaviour introduced due to Bug # 6927152. Fix is to check if string is already quoted, don't re-quote b) Is the changeset athttp://hg.openjdk.java.net/jdk8/tl/jdk/rev/52bc200b14e5 the same patch as inhttp://cr.openjdk.java.net/~mbankal/7049963/webrev.00/? Yes rgds mala cheers, dalibor topic