Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-6521

compatibility issue with jetty 9.3.11 in org.apache.activemq.transport.http.HttpTransportServer

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 5.14.1
    • 5.15.0, 5.14.3
    • None
    • None

    Description

      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

      Attachments

        Activity

          People

            cshannon Christopher L. Shannon
            chammer2 Carsten Hammer
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: