You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Dave Leatherdale (JIRA)" <ji...@apache.org> on 2008/07/04 11:23:36 UTC

[jira] Created: (CXF-1684) URIResolver cannot resolve relative paths with with zip: scheme

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.


[jira] Resolved: (CXF-1684) URIResolver cannot resolve relative paths with with zip: scheme

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

Daniel Kulp resolved CXF-1684.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.8
                   2.1.2


Patch applied!  Thanks!

> 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
>            Assignee: Daniel Kulp
>            Priority: Minor
>             Fix For: 2.1.2, 2.0.8
>
>         Attachments: CXF-1684.diff
>
>
> 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.


[jira] Assigned: (CXF-1684) URIResolver cannot resolve relative paths with with zip: scheme

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

Daniel Kulp reassigned CXF-1684:
--------------------------------

    Assignee: Daniel Kulp

> 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
>            Assignee: Daniel Kulp
>            Priority: Minor
>         Attachments: CXF-1684.diff
>
>
> 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.


[jira] Updated: (CXF-1684) URIResolver cannot resolve relative paths with with zip: scheme

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

Dave Leatherdale updated CXF-1684:
----------------------------------

    Attachment: CXF-1684.diff

patch to general the jar scheme handling apply to zip too.

> 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
>         Attachments: CXF-1684.diff
>
>
> 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.