You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Christopher L. Shannon (JIRA)" <ji...@apache.org> on 2016/12/09 14:51:59 UTC

[jira] [Resolved] (AMQ-6521) compatibility issue with jetty 9.3.11 in org.apache.activemq.transport.http.HttpTransportServer

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

Christopher L. Shannon resolved AMQ-6521.
-----------------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 5.14.2)
                   5.14.3

Ok I think this is fixed for real this time.  I know you said that it is difficult to test against snapshots so if you can't do that it would be helpful if you could at least verify that the commit looks ok with the correct class this time.

> compatibility issue with jetty 9.3.11 in org.apache.activemq.transport.http.HttpTransportServer
> -----------------------------------------------------------------------------------------------
>
>                 Key: AMQ-6521
>                 URL: https://issues.apache.org/jira/browse/AMQ-6521
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.14.1
>            Reporter: Carsten Hammer
>            Assignee: Christopher L. Shannon
>            Priority: Minor
>             Fix For: 5.15.0, 5.14.3
>
>
> There is a instantiation of a class that does not exists, see org.apache.activemq.transport.http.HttpTransportServer.java:
>  private void addGzipHandler(ServletContextHandler contextHandler) throws Exception {
>         Handler handler = new GzipHandler();
>         contextHandler.setHandler(handler);
>     }
> org.eclipse.jetty.servlets.gzip.GzipHandler does not exist. Instead there is a class org.eclipse.jetty.server.handler.gzip.GzipHandler.java
> in https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-server/9.3.13.v20161014
> Because of this activemq is not compatible with jetty versions since 9.0



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