Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.7.8
-
Unknown
Description
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");
Attachments
Issue Links
- is duplicated by
-
CXF-5620 Exception when try to generate the service list of deployed services
- Closed