Allow access to Jetty Server or at least Context object
-------------------------------------------------------
Key: CXF-792
URL: https://issues.apache.org/jira/browse/CXF-792
Project: CXF
Issue Type: New Feature
Components: Transports
Affects Versions: 2.0
Reporter: benson margulies
Say that one wants to serve up some static content from the same port as CXF is
serving services. As things stand, one has to make a subclass of
JettyHTTPHandler and recreate the very same code that already exists in Jetty
for this purpose -- because there is no public accessor to get hold of the
Jetty server and do things like set up a ResourceHandler and add it to the
context for the server. This seems rather sad.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.