You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "willem Jiang (JIRA)" <ji...@apache.org> on 2007/07/23 07:38:31 UTC

[jira] Resolved: (CXF-791) JettyHTTPServerEngineFactory.createJettyHTTPServerEngine should be protected

     [ https://issues.apache.org/jira/browse/CXF-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

willem Jiang resolved CXF-791.
------------------------------

    Resolution: Fixed

I just committed a fix of it in the revision r558603

> JettyHTTPServerEngineFactory.createJettyHTTPServerEngine should be protected
> ----------------------------------------------------------------------------
>
>                 Key: CXF-791
>                 URL: https://issues.apache.org/jira/browse/CXF-791
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 2.0
>            Reporter: benson margulies
>            Assignee: willem Jiang
>
> According to comments in JettyHTTPTransportEngine.getyJettyHTTPServerEngineFactory, the server factory must come off the bus. So, a person who wanted to customize the server engine factory would subclass the standard server engine factory and place the object of the specialized type on the bus.
> Sadly, this won't work, since the create method in the summary is not protected, but rather package default, and so a subclassed ServerEngineDactory is pretty comprehensively prevented from being even faintly useful.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.