You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Aymen Alquaiti (JIRA)" <ji...@apache.org> on 2015/05/14 22:57:59 UTC

[jira] [Comment Edited] (CXF-6402) JettyHTTPServerEngine cannot set a provided Jetty Server

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

Aymen Alquaiti edited comment on CXF-6402 at 5/14/15 8:57 PM:
--------------------------------------------------------------

Initialization is put within if/then statement. Line 324 (CXF 3.0.4) is read as:
bq. if (server == null){
contexts variable is only initialized if no default Jetty server was set.



was (Author: aalquaiti):
Initialization is put within if/then statement. Line 324 (CXF 3.0.4) is read as:
if (server == null) {...
contexts variable is only initialized if no default Jetty server was set.


> JettyHTTPServerEngine cannot set a provided Jetty Server
> --------------------------------------------------------
>
>                 Key: CXF-6402
>                 URL: https://issues.apache.org/jira/browse/CXF-6402
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 3.0.4
>         Environment: JRE 7
>            Reporter: Aymen Alquaiti
>              Labels: Jetty, patch
>
> JettyHTTPServerEngine cannot accept setting a provided Jetty Server instance. Such thing will throw NullPointerException in line 460 (CXf 3.0.4)
> The exception is thrown because an object (contexts) of class ContextHandlerCollection is only initialised when no jetty server is provided. Providing a server will leave the object uninitialised, throwing exception in runtime. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)