You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Vladimir Zhilyaev (JIRA)" <ji...@apache.org> on 2011/09/08 15:48:08 UTC

[jira] [Created] (THRIFT-1332) TSSLTransportParameters class uses hard coded value keyManagerType: SunX509

TSSLTransportParameters class uses hard coded value keyManagerType: SunX509
---------------------------------------------------------------------------

                 Key: THRIFT-1332
                 URL: https://issues.apache.org/jira/browse/THRIFT-1332
             Project: Thrift
          Issue Type: Improvement
          Components: Java - Library
    Affects Versions: 0.7, 0.6.1, 0.6
            Reporter: Vladimir Zhilyaev
            Priority: Minor


TSSLTransportParameters class uses hard coded value keyManagerType. The value in use: "SunX509". This value is valid only for Sun JVM.

Proposed solution: use KeyManagerFactory.getDefaultAlgorithm() and TrustManagerFactory.getDefaultAlgorithm(), which return appropriate values for each JVM.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (THRIFT-1332) TSSLTransportParameters class uses hard coded value keyManagerType: SunX509

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100476#comment-13100476 ] 

Hudson commented on THRIFT-1332:
--------------------------------

Integrated in Thrift #253 (See [https://builds.apache.org/job/Thrift/253/])
    THRIFT-1332: TSSLTransportParameters class uses hard coded value keyManagerType: SunX509
Client: java
Patch: Vladimir Zhilyaev

Convert Keymanger and TrustManager over to using detected jvm values rather than hard coded.

jfarrell : http://svn.apache.org/viewvc/?view=rev&rev=1166798
Files : 
* /thrift/trunk/lib/java/src/org/apache/thrift/transport/TSSLTransportFactory.java


> TSSLTransportParameters class uses hard coded value keyManagerType: SunX509
> ---------------------------------------------------------------------------
>
>                 Key: THRIFT-1332
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1332
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Java - Library
>    Affects Versions: 0.6, 0.6.1, 0.7
>            Reporter: Vladimir Zhilyaev
>            Assignee: Vladimir Zhilyaev
>            Priority: Minor
>             Fix For: 0.8
>
>         Attachments: TSSLTransportFactory.java.diff
>
>
> TSSLTransportParameters class uses hard coded value keyManagerType. The value in use: "SunX509". This value is valid only for Sun JVM.
> Proposed solution: use KeyManagerFactory.getDefaultAlgorithm() and TrustManagerFactory.getDefaultAlgorithm(), which return appropriate values for each JVM.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (THRIFT-1332) TSSLTransportParameters class uses hard coded value keyManagerType: SunX509

Posted by "Vladimir Zhilyaev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Zhilyaev updated THRIFT-1332:
--------------------------------------

    Attachment: TSSLTransportFactory.java.diff

> TSSLTransportParameters class uses hard coded value keyManagerType: SunX509
> ---------------------------------------------------------------------------
>
>                 Key: THRIFT-1332
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1332
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Java - Library
>    Affects Versions: 0.6, 0.6.1, 0.7
>            Reporter: Vladimir Zhilyaev
>            Priority: Minor
>         Attachments: TSSLTransportFactory.java.diff
>
>
> TSSLTransportParameters class uses hard coded value keyManagerType. The value in use: "SunX509". This value is valid only for Sun JVM.
> Proposed solution: use KeyManagerFactory.getDefaultAlgorithm() and TrustManagerFactory.getDefaultAlgorithm(), which return appropriate values for each JVM.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (THRIFT-1332) TSSLTransportParameters class uses hard coded value keyManagerType: SunX509

Posted by "Jake Farrell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jake Farrell closed THRIFT-1332.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.8
         Assignee: Vladimir Zhilyaev

Thanks for  the patch, committed.

> TSSLTransportParameters class uses hard coded value keyManagerType: SunX509
> ---------------------------------------------------------------------------
>
>                 Key: THRIFT-1332
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1332
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Java - Library
>    Affects Versions: 0.6, 0.6.1, 0.7
>            Reporter: Vladimir Zhilyaev
>            Assignee: Vladimir Zhilyaev
>            Priority: Minor
>             Fix For: 0.8
>
>         Attachments: TSSLTransportFactory.java.diff
>
>
> TSSLTransportParameters class uses hard coded value keyManagerType. The value in use: "SunX509". This value is valid only for Sun JVM.
> Proposed solution: use KeyManagerFactory.getDefaultAlgorithm() and TrustManagerFactory.getDefaultAlgorithm(), which return appropriate values for each JVM.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira