-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b01
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8235110 | emb-8u241 | Raymond Gallardo | P3 | Resolved | Fixed | team |
A DESCRIPTION OF THE PROBLEM :
providerpath option should be added to all keytool commands which specify provider information's.
For example in gencert command it contains only the following options (related to provider information's) : providername, providerclass and providerarg, so the missing option providerpath should be also added.
This missing option should be added to all keytool commands that specify provider information's.
NB: in all keytool commands, the keywords : providerName, providerClass and providerArg should be replaced by providername, providerclass and providerarg.
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/technotes/tools/unix/keytool.html
providerpath option should be added to all keytool commands which specify provider information's.
For example in gencert command it contains only the following options (related to provider information's) : providername, providerclass and providerarg, so the missing option providerpath should be also added.
This missing option should be added to all keytool commands that specify provider information's.
NB: in all keytool commands, the keywords : providerName, providerClass and providerArg should be replaced by providername, providerclass and providerarg.
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/technotes/tools/unix/keytool.html
- backported by
-
JDK-8235110 providerpath option should be added to all keytool commands which specify provider information's
- Resolved