-
Bug
-
Resolution: Fixed
-
P3
-
5.0u22
-
b01
-
x86
-
windows_xp
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2205391 | 5.0-pool | Mala Bankal | P3 | Closed | Won't Fix |
When a user tries to set escaped char. to CSR by keytool,
the char. does not seem set correctly.
CONFIGURATION:
JDK : 5u22 (32bits)
OS : windowsXP(SP2, Japanese, x86)
REPRODUCE :
1.Compile the attached java program
2. Invoke "java Main.java"
EXPECTED :
.....
Subject(RFC2253): CN=\\\\a
Subject(pretty): CN="\\\\a"
Subject(raw): 30:0e:31:0c:30:0a:06:03:55:04:03:0c:03:5c:5c:61
CSR(raw): 30:82:02:13:30:82:01:d1:02:01:00:30:0e:31:0c:30:0a:06:03:55:04:03:0c:03:5c:5c:61:30:.....
^^^^^^^^^
Correct
ACTUAL :
.....
Subject(RFC2253): CN=\\\\a
Subject(pretty): CN=\\a
Subject(raw): 30:0e:31:0c:30:0a:06:03:55:04:03:0c:03:5c:5c:61
CSR(raw): 30:82:02:12:30:82:01:d0:02:01:00:30:0d:31:0b:30:09:06:03:55:04:03:0c:02:5c:61:30:.....
^^^^^
incorrect
FREQUENCY :
This problem can be always reproducible.
the char. does not seem set correctly.
CONFIGURATION:
JDK : 5u22 (32bits)
OS : windowsXP(SP2, Japanese, x86)
REPRODUCE :
1.Compile the attached java program
2. Invoke "java Main.java"
EXPECTED :
.....
Subject(RFC2253): CN=\\\\a
Subject(pretty): CN="\\\\a"
Subject(raw): 30:0e:31:0c:30:0a:06:03:55:04:03:0c:03:5c:5c:61
CSR(raw): 30:82:02:13:30:82:01:d1:02:01:00:30:0e:31:0c:30:0a:06:03:55:04:03:0c:03:5c:5c:61:30:.....
^^^^^^^^^
Correct
ACTUAL :
.....
Subject(RFC2253): CN=\\\\a
Subject(pretty): CN=\\a
Subject(raw): 30:0e:31:0c:30:0a:06:03:55:04:03:0c:03:5c:5c:61
CSR(raw): 30:82:02:12:30:82:01:d0:02:01:00:30:0d:31:0b:30:09:06:03:55:04:03:0c:02:5c:61:30:.....
^^^^^
incorrect
FREQUENCY :
This problem can be always reproducible.
- backported by
-
JDK-2205391 Escaped char. can not be set to CSR correctly by keytool in jdk5u22
- Closed
- relates to
-
JDK-5109882 Usage Limitation: Quotes included in RDN components are not escaped
- Resolved