You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2013/12/30 18:18:50 UTC

[jira] [Resolved] (CXF-5428) Sevice list page default stylesheet is not effective

     [ https://issues.apache.org/jira/browse/CXF-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Beryozkin resolved CXF-5428.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.7.9
                   2.6.12
                   3.0.0-milestone2
         Assignee: Sergey Beryozkin

I've moved this resource to the package where it is actually used

> Sevice list page default stylesheet is not effective
> ----------------------------------------------------
>
>                 Key: CXF-5428
>                 URL: https://issues.apache.org/jira/browse/CXF-5428
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 2.7.8
>            Reporter: ptma
>            Assignee: Sergey Beryozkin
>            Priority: Trivial
>              Labels: patch
>             Fix For: 3.0.0-milestone2, 2.6.12, 2.7.9
>
>
> Fix:
> Move line 86 
> PrintWriter writer = response.getWriter();
> to line 126
> Modify line 172
> URL url = this.getClass().getResource("servicelist.css");
> with 
> URL url = this.getClass().getResource("../servicelist.css");



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)