[
https://issues.apache.org/jira/browse/AMQ-6521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15735494#comment-15735494
]
ASF subversion and git services commented on AMQ-6521:
------------------------------------------------------
Commit 80b5fdcf2ff48f4ac55cabd86addc0267478573e in activemq's branch
refs/heads/activemq-5.14.x from [~cshannon]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=80b5fdc ]
https://issues.apache.org/jira/browse/AMQ-6521
Fixing support for Jetty 9.3 and Jetty 9.2. The previous attempt at a
fix had the wrong class instance.
(cherry picked from commit 29b4db5c34fbb7087bc6a08f3e393da32b39ce66)
> 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.2
>
>
> 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)