You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Maxim Solodovnik (JIRA)" <ji...@apache.org> on 2014/04/19 08:42:16 UTC

[jira] [Comment Edited] (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:comment-tabpanel&focusedCommentId=13974754#comment-13974754 ] 

Maxim Solodovnik edited comment on CXF-5428 at 4/19/14 6:40 AM:
----------------------------------------------------------------

which version contains this additional fix?


was (Author: solomax):
Still reproducible for me :(

version 3.0.0-milestone2
org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet

line: 86
        PrintWriter writer = response.getWriter();
        AbstractDestination[] destinations = destinationRegistry.getSortedDestinations();
        if (request.getParameter("stylesheet") != null) {
            renderStyleSheet(request, response);
            return;
        }

could you please fix it?

> 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: 2.6.12, 2.7.9, 3.0.0-milestone2
>
>
> 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.2#6252)