You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Rob Walker (JIRA)" <ji...@apache.org> on 2008/10/21 11:37:44 UTC

[jira] Commented: (FELIX-783) Migrate HTTPS support to new Jetty NIO classes

    [ https://issues.apache.org/jira/browse/FELIX-783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641318#action_12641318 ] 

Rob Walker commented on FELIX-783:
----------------------------------

It looks like the codehause checked in JARs/POMs for these these may have a JDK dependency - trying to build under 1.4 throws the following error:

   [INFO] Compilation failure
   E:\MiscProjs\felix\http.jetty\src\main\java\org\apache\felix\http\jetty\Activator.java:[29,-1] cannot access org.mortbay.jetty.security.SslSelectChannelConnector
   bad class file: C:\Documents and Settings\robw\.m2\repository\org\mortbay\jetty\jetty-sslengine\6.1.12.rc3\jetty-sslengine-6.1.12.rc3.jar(org/mortbay/jetty/security
   /SslSelectChannelConnector.class)
   class file has wrong version 49.0, should be 48.0

Will revisit this issue once Felix moves to a base JDK level of 1.5

> Migrate HTTPS support to new Jetty NIO classes
> ----------------------------------------------
>
>                 Key: FELIX-783
>                 URL: https://issues.apache.org/jira/browse/FELIX-783
>             Project: Felix
>          Issue Type: Improvement
>          Components: HTTP Service
>            Reporter: Rob Walker
>            Priority: Minor
>
> The Jetty6 migration takes advantage of the new Jetty NIO socket classes but only for the HTTP port. There are also new NIO classes in Jetty for SSL sockets, which presumably will offer similar scalability and performance benefits.

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