Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 95380 invoked from network); 9 Oct 2007 09:18:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2007 09:18:19 -0000 Received: (qmail 46223 invoked by uid 500); 9 Oct 2007 09:18:07 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 46205 invoked by uid 500); 9 Oct 2007 09:18:07 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 46196 invoked by uid 99); 9 Oct 2007 09:18:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 02:18:07 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 09:18:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 905DF71422B for ; Tue, 9 Oct 2007 02:17:50 -0700 (PDT) Message-ID: <11830557.1191921470588.JavaMail.jira@brutus> Date: Tue, 9 Oct 2007 02:17:50 -0700 (PDT) From: "Eamonn Dwyer (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Updated: (CXF-1096) Resources not being loaded correctly for tls In-Reply-To: <33236783.1191921350909.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on 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. > 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.