[
https://issues.apache.org/jira/browse/CXF-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604258#action_12604258
]
Daniel Kulp commented on CXF-1630:
----------------------------------
Glen,
The patch sorts the Services that are deployed in the servlet by Service name.
It doesn't sort the operations in the service.
Since the services are stored in a HashMap, right now, the list would be a
semi-random order depending on the state of the Map. Thus, I think providing
some sort of consistent order to them is probably a good thing.
Dan
> Make nicer service list for CXFServlet
> --------------------------------------
>
> Key: CXF-1630
> URL: https://issues.apache.org/jira/browse/CXF-1630
> Project: CXF
> Issue Type: Improvement
> Components: Transports
> Affects Versions: 2.1
> Reporter: jmi
> Assignee: Daniel Kulp
> Priority: Trivial
> Attachments: patch.txt, servicelist.css, sorting.patch
>
>
> service list is ugly. Working on nicer version.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.