[ 
https://issues.apache.org/jira/browse/CXF-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974754#comment-13974754
 ] 

Maxim Solodovnik commented on CXF-5428:
---------------------------------------

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)

Reply via email to