Sealer alias case sensitivity
Brent Putman
putmanb at georgetown.edu
Wed Dec 9 18:14:15 EST 2015
On 12/9/15 1:10 AM, Yavor Yanakiev wrote:
> Things looked good, the keystore and the version file were created
> but I got an error message and when I checked the store with Java
> keytool, I saw that all letters were set to lowercase.
Well, I'm curious: what error exactly? I would think that whatever you
supplied to the tool wouldn't matter. Since the KeyStore impl is
case-insensitive, it ought not matter what the case was when you
created it vs what is configured, etc. If you create the alias as
"FooBar", the entry will get returned regardless of whether the caller
supplies the alias as "FooBar" or "foobar" or "FOOBAR" or whatever.
At least that's what I think regarding the KeyStore itself. It's
possible we might have bug somewhere else in the calling code related
to case-sensitivity. I'm not that familiar with the DataSealer stuff.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20151209/7cf7c78c/attachment.html>
More information about the users
mailing list