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-28 11:06 -------
What version of JDK are you using?

I've tried to repro this on both WinXP and Linux with JDK1.4.2 and JDK1.5 and
both create keystore entries with downcased aliases.

e.g.:
C:\Documents and Settings\Chris>"c:\Program Files\Java\j2re1.4.2_13\bin\keytool.
exe" -genkey -alias CamelCase -keystore keystore -keyalg RSA


Produces:

C:\Documents and Settings\Chris>"c:\Program Files\Java\j2re1.4.2_13\bin\keytool.
exe" -list -v -keystore keystore
Enter keystore password:  changeit

Keystore type: jks
Keystore provider: SUN

Your keystore contains 1 entry

Alias name: camelcase
Creation date: Nov 28, 2006
Entry type: keyEntry
Certificate chain length: 1
Certificate[1]:
Owner: CN=www.test.org, OU=Test, O="Test, Inc.", L=Seattle, ST=WA, C=US
Issuer: CN=www.test.org, OU=Test, O="Test, Inc.", L=Seattle, ST=WA, C=US
Serial number: 456c8054
Valid from: Tue Nov 28 10:30:44 PST 2006 until: Mon Feb 26 10:30:44 PST 2007
Certificate fingerprints:
         MD5:  E7:D4:DA:25:0F:FD:FD:55:E7:DF:B2:21:F4:82:09:B2
         SHA1: 2E:FE:63:F6:1C:0F:20:FF:96:18:20:D9:82:6D:A1:70:2A:69:C6:D2


Furthermore, specifying keyAlias="CamelCase" in the SSL connector config (TC
5.0.28 on WinXP) does not cause an error for me - the connector works fine with
no complaint.  I've also tested 5.0.28 and 5.5.20 on Linux (with both JDK1.4.2
and JDK1.5) with no observed problems.

-- 
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