DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41051>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41051





------- Additional Comments From [EMAIL PROTECTED]  2006-11-29 11:01 -------
After thinking about this some more I'm starting to become -1 for the patch and
more in favor of documenting this quirk.  Universally downcasing the keyAlias
input has the potential to break things down the road with keystores that may
decide to support case-sensitivity.  The frustrating part is that keytool
generates/stores an all-lower alias regardless of what's specified case-wise at
creation time, and running 'keytool -list -alias CamelCaseAliasName' finds and
lists the aliased key just fine (even going so far as to display the camel-cased
alias in the output):

[EMAIL PROTECTED] ~]$ keytool -list -v -keystore ./keystore -storetype JCEKS

Keystore type: JCEKS
Keystore provider: SunJCE

Alias name: testalias
Creation date: Nov 29, 2006
Entry type: keyEntry
Certificate chain length: 1
--snip--

[EMAIL PROTECTED] ~]$ keytool -list -v -keystore ./keystore -storetype JCEKS 
-alias
TeStAlIaS

Alias name: TeStAlIaS
Creation date: Nov 29, 2006
Entry type: keyEntry
Certificate chain length: 1
--snip--

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to