You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Eamonn Dwyer (JIRA)" <ji...@apache.org> on 2007/10/09 11:15:50 UTC

[jira] Created: (CXF-1096) Resources not being loaded correctly for tls

Resources not being loaded correctly for tls
--------------------------------------------

                 Key: CXF-1096
                 URL: https://issues.apache.org/jira/browse/CXF-1096
             Project: CXF
          Issue Type: Bug
          Components: Transports
    Affects Versions: 2.0.3, 2.1
         Environment: Windows
            Reporter: Eamonn Dwyer
             Fix For: 2.0.3, 2.1


Setting the keystore entries using the resource attribute, as demonstrated in the snippet below, is not working correctly. 
<csec:keyStore type="JKS" password="password"
                 resource="keys/truststore.jks"/>
The jks file is not being resolved and instead a new empty keystore was being created.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CXF-1096) Resources not being loaded correctly for tls

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

Daniel Kulp reassigned CXF-1096:
--------------------------------

    Assignee: Daniel Kulp

> Resources not being loaded correctly for tls
> --------------------------------------------
>
>                 Key: CXF-1096
>                 URL: https://issues.apache.org/jira/browse/CXF-1096
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 2.0.3, 2.1
>         Environment: Windows
>            Reporter: Eamonn Dwyer
>            Assignee: Daniel Kulp
>             Fix For: 2.0.3, 2.1
>
>         Attachments: TLSResourceFix.patch
>
>
> Setting the keystore entries using the resource attribute, as demonstrated in the snippet below, is not working correctly. 
> <csec:keyStore type="JKS" password="password"
>                  resource="keys/truststore.jks"/>
> The jks file is not being resolved and instead a new empty keystore was being created.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-1096) Resources not being loaded correctly for tls

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533368 ] 

Daniel Kulp commented on CXF-1096:
----------------------------------


I'm going to let Fred review this a bit more.    It definitely needs a testcase and I think the error handling needs a bit of work, (logging failures at level fine doesn't seem to be the best idea) but Fred will know how to handle all of that.

Anyway, I'll assign this to me and I'll work with Fred to get the fix in.



> Resources not being loaded correctly for tls
> --------------------------------------------
>
>                 Key: CXF-1096
>                 URL: https://issues.apache.org/jira/browse/CXF-1096
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 2.0.3, 2.1
>         Environment: Windows
>            Reporter: Eamonn Dwyer
>             Fix For: 2.0.3, 2.1
>
>         Attachments: TLSResourceFix.patch
>
>
> Setting the keystore entries using the resource attribute, as demonstrated in the snippet below, is not working correctly. 
> <csec:keyStore type="JKS" password="password"
>                  resource="keys/truststore.jks"/>
> The jks file is not being resolved and instead a new empty keystore was being created.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-1096) Resources not being loaded correctly for tls

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

Fred Dushin updated CXF-1096:
-----------------------------

    Attachment: cxf-1096.patch

Slight cleanup of previously submitted patch, together with support for resource specifications for certStrores (for use with PKCS12 files).

Added a test to system tests for this (Augmented the existing HTTPSClient test).  Rightfully, we need to revamp the testing for https to get comprehensive unit test coverage, together with basic testing of the obvious HTTP/S scenarios, but not just now...

> Resources not being loaded correctly for tls
> --------------------------------------------
>
>                 Key: CXF-1096
>                 URL: https://issues.apache.org/jira/browse/CXF-1096
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 2.0.3, 2.1
>         Environment: Windows
>            Reporter: Eamonn Dwyer
>            Assignee: Daniel Kulp
>             Fix For: 2.0.3, 2.1
>
>         Attachments: cxf-1096.patch, TLSResourceFix.patch
>
>
> Setting the keystore entries using the resource attribute, as demonstrated in the snippet below, is not working correctly. 
> <csec:keyStore type="JKS" password="password"
>                  resource="keys/truststore.jks"/>
> The jks file is not being resolved and instead a new empty keystore was being created.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-1096) Resources not being loaded correctly for tls

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

Eamonn Dwyer updated CXF-1096:
------------------------------

    Attachment: TLSResourceFix.patch

Patch for this issue.

> Resources not being loaded correctly for tls
> --------------------------------------------
>
>                 Key: CXF-1096
>                 URL: https://issues.apache.org/jira/browse/CXF-1096
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 2.0.3, 2.1
>         Environment: Windows
>            Reporter: Eamonn Dwyer
>             Fix For: 2.0.3, 2.1
>
>         Attachments: TLSResourceFix.patch
>
>
> Setting the keystore entries using the resource attribute, as demonstrated in the snippet below, is not working correctly. 
> <csec:keyStore type="JKS" password="password"
>                  resource="keys/truststore.jks"/>
> The jks file is not being resolved and instead a new empty keystore was being created.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-1096) Resources not being loaded correctly for tls

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

Daniel Kulp resolved CXF-1096.
------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.1)

> Resources not being loaded correctly for tls
> --------------------------------------------
>
>                 Key: CXF-1096
>                 URL: https://issues.apache.org/jira/browse/CXF-1096
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 2.0.3, 2.1
>         Environment: Windows
>            Reporter: Eamonn Dwyer
>            Assignee: Daniel Kulp
>             Fix For: 2.0.3
>
>         Attachments: cxf-1096.patch, TLSResourceFix.patch
>
>
> Setting the keystore entries using the resource attribute, as demonstrated in the snippet below, is not working correctly. 
> <csec:keyStore type="JKS" password="password"
>                  resource="keys/truststore.jks"/>
> The jks file is not being resolved and instead a new empty keystore was being created.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.