[
https://issues.apache.org/jira/browse/FC-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shawn McKinney resolved FC-278.
-------------------------------
Resolution: Fixed
enclosed in a null check:
if( StringUtils.isNotEmpty(trustStore ) && StringUtils.isNotEmpty(trustStorePw
) )
{
LOG.info( "javax.net.ssl.trustStore: {}", trustStore );
System.setProperty( "javax.net.ssl.trustStore", trustStore );
System.setProperty( "javax.net.ssl.trustStorePassword", trustStorePw );
}
> RestUtils throws NPE when trust.store property null for non-TLS conns
> ---------------------------------------------------------------------
>
> Key: FC-278
> URL: https://issues.apache.org/jira/browse/FC-278
> Project: FORTRESS
> Issue Type: Bug
> Affects Versions: 2.0.4
> Reporter: Shawn McKinney
> Assignee: Shawn McKinney
> Priority: Major
> Fix For: 3.0.0-RC1
>
>
> Never throw an NPE but this property should only need to be set when using
> HTTPS with the host.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]