You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Daniel Kulp (Moved) (JIRA)" <ji...@apache.org> on 2012/01/17 15:17:40 UTC

[jira] [Moved] (WSS-333) MerlinDevice tries to load truststore of type "trustStorePassword"

     [ https://issues.apache.org/jira/browse/WSS-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp moved CXF-4035 to WSS-333:
--------------------------------------

             Component/s:     (was: WS-* Components)
    Estimated Complexity:   (was: Novice)
       Affects Version/s:     (was: 2.4.5)
                              (was: 2.5.1)
                Workflow: jira  (was: Default workflow, editable Closed status)
                     Key: WSS-333  (was: CXF-4035)
                 Project: WSS4J  (was: CXF)
    
> MerlinDevice tries to load truststore of type "trustStorePassword"
> ------------------------------------------------------------------
>
>                 Key: WSS-333
>                 URL: https://issues.apache.org/jira/browse/WSS-333
>             Project: WSS4J
>          Issue Type: Bug
>            Reporter: Lili Shi
>            Priority: Minor
>              Labels: bug, patch
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> In the MerlinDevice class, if the truststore is null, the truststore attempts to load with a Keystore type of "trustStorePassword" instead of "trustStoreType".
> Line: truststore = load(null,trustStorePassword,provider,trustStorePassword);
> This makes using a physical truststore (such as the windows cert store) impossible. A quick work around would be to extend the MerlinDevice class and override the load properties with the exact same code except with the fix to that line.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org