Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2206258 | 7 | Jonathan Knudsen | P4 | Closed | Fixed | b133 |
http://java.sun.com/j2se/1.5.0/docs/guide/security/p11guide.html
in section 3.4, the value for keyStorePasswordURL should be in quotes.
for example:
keyStorePasswordURL="file:/home/joe/scpin";
otherwise, the parser will not be able to parse the value.
###@###.### 2004-05-27
in section 3.4, the value for keyStorePasswordURL should be in quotes.
for example:
keyStorePasswordURL="file:/home/joe/scpin";
otherwise, the parser will not be able to parse the value.
###@###.### 2004-05-27
- backported by
-
JDK-2206258 PKCS#11 security guide needs quotes around URL in example
- Closed