Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 87019 invoked from network); 4 Jul 2008 09:24:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jul 2008 09:24:27 -0000 Received: (qmail 9759 invoked by uid 500); 4 Jul 2008 09:24:28 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 9740 invoked by uid 500); 4 Jul 2008 09:24:28 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 9729 invoked by uid 99); 4 Jul 2008 09:24:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2008 02:24:28 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2008 09:23:45 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E2AED234C150 for ; Fri, 4 Jul 2008 02:23:36 -0700 (PDT) Message-ID: <2119205194.1215163416926.JavaMail.jira@brutus> Date: Fri, 4 Jul 2008 02:23:36 -0700 (PDT) From: "Dave Leatherdale (JIRA)" To: issues@cxf.apache.org Subject: [jira] Created: (CXF-1684) URIResolver cannot resolve relative paths with with zip: scheme MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org URIResolver cannot resolve relative paths with with zip: scheme --------------------------------------------------------------- Key: CXF-1684 URL: https://issues.apache.org/jira/browse/CXF-1684 Project: CXF Issue Type: Improvement Affects Versions: 2.1.1 Reporter: Dave Leatherdale Priority: Minor I guess it's something to do with running in weblogic which means i'm getting zip: urls to refer to resources inside some jar files. the URIResolver has specific code to code with the the syntax of the jar: scheme the same rules need to be applied to the zip scheme to make it work correctly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.