You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2011/01/08 02:01:45 UTC

[jira] Resolved: (FELIX-2398) Config property to disable NIO use in http.bundle doesn't work

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

Felix Meschberger resolved FELIX-2398.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: http-2.0.6

Fixed in Rev. 1056579

Add configuration properties to set whether NIO is to be used for HTTP(S):
   org.apache.felix.http.nio - (boolean) whether to use NIO for HTTP or not, default is true
   org.apache.felix.https.nio - (boolean) whether to use NIO for HTTPS or not, default is to use
         the value of the org.apache.felix.http.nio property

Does that suite your need ?

> Config property to disable NIO use in http.bundle doesn't work
> --------------------------------------------------------------
>
>                 Key: FELIX-2398
>                 URL: https://issues.apache.org/jira/browse/FELIX-2398
>             Project: Felix
>          Issue Type: Bug
>          Components: HTTP Service
>    Affects Versions: http-2.0.4
>         Environment: All
>            Reporter: Bruce Jackson
>            Assignee: Felix Meschberger
>             Fix For: http-2.0.6
>
>
> In Felix-870 (https://issues.apache.org/jira/browse/FELIX-870) a property was added to disable the use of NIO by the jetty embedded http server. This config property no longer works. From Rob Walker:
> "Just grepping the source code, and I think this property was in the original felix/http.jetty bundle but may not have made it across to the new felix/http bundle."

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