Gustavo Fernandes created ISPN-6922:
---------------------------------------
Summary: Support for loading keystores from classpath in the Hot Rod client
Key: ISPN-6922
URL:
https://issues.jboss.org/browse/ISPN-6922
Project: Infinispan
Issue Type: Enhancement
Affects Versions: 8.2.3.Final, 9.0.0.Alpha3
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 9.0.0.Alpha4, 8.2.4.Final
Configuration of truststores and keystores in the Hot Rod client only work with files, In
certain situation the application is packaged together with the hotrod client in a single
jar and thus cannot load the keystores.
Suggestion of supporting classpath resources:
{code:title=hotrod-client.properties}
infinispan.client.hotrod.trust_store_file_name=classpath:/some/loc/truststore.jks
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)