You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Tomasz Oponowicz (JIRA)" <ji...@apache.org> on 2010/07/03 17:32:50 UTC

[jira] Created: (CXF-2879) Add servlet, which retrieve static content from JAR file

Add servlet, which retrieve static content from JAR file
--------------------------------------------------------

                 Key: CXF-2879
                 URL: https://issues.apache.org/jira/browse/CXF-2879
             Project: CXF
          Issue Type: Sub-task
            Reporter: Tomasz Oponowicz




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


[jira] Commented: (CXF-2879) Add servlet, which retrieve static content from JAR file

Posted by "Sergey Beryozkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885069#action_12885069 ] 

Sergey Beryozkin commented on CXF-2879:
---------------------------------------

Hi Tomasz - CXFServlet should already be capable of retrieving a static content , from the WAR at least, itself or with the help of DefaultServlet; CXF servlet (its abstract subsclaa) might need to be enhance a bit to get the content from the jar;

Great progress so far, thanks

> Add servlet, which retrieve static content from JAR file
> --------------------------------------------------------
>
>                 Key: CXF-2879
>                 URL: https://issues.apache.org/jira/browse/CXF-2879
>             Project: CXF
>          Issue Type: Sub-task
>            Reporter: Tomasz Oponowicz
>


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


[jira] Resolved: (CXF-2879) Add servlet, which retrieve static content from JAR file

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

Tomasz Oponowicz resolved CXF-2879.
-----------------------------------

    Resolution: Fixed

Done.

> Add servlet, which retrieve static content from JAR file
> --------------------------------------------------------
>
>                 Key: CXF-2879
>                 URL: https://issues.apache.org/jira/browse/CXF-2879
>             Project: CXF
>          Issue Type: Sub-task
>            Reporter: Tomasz Oponowicz
>


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


[jira] Commented: (CXF-2879) Add servlet, which retrieve static content from JAR file

Posted by "Tomasz Oponowicz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885135#action_12885135 ] 

Tomasz Oponowicz commented on CXF-2879:
---------------------------------------

Thanks for that advice. 
Unfortunately I've just implement plain StaticContentServlet by myself (I will commit this class to the end of this day). 
I will reimplement this class using CXFServlet or DefaultServlet as you noted.

Thanks.

> Add servlet, which retrieve static content from JAR file
> --------------------------------------------------------
>
>                 Key: CXF-2879
>                 URL: https://issues.apache.org/jira/browse/CXF-2879
>             Project: CXF
>          Issue Type: Sub-task
>            Reporter: Tomasz Oponowicz
>


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