Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-8193

upgrade to jetty 9.4.25.v20191220

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.3.6, 3.2.13, 3.4.0
    • None
    • None
    • Unknown

    Description

      9.4.25 will break JAXRSRequestDispatcherTest.testGetBookHTMLInclude, this is caused by the recent change in org.eclipse.jetty.server.Dispatcher.forward method.

      However, I took a close look at the JAXRSRequestDispatcherTest.testGetBookHTMLInclude, the server bean has configuration like

      <property name="includeResource" value="true"/>
      

      So I think the test servlet configuration should also have parameter like

      <init-param>
                  <param-name>redirect-with-include</param-name>
                  <param-value>true</param-value>
      </init-param>
      

      accordingly, and this can fix the failure test.

      Seems the change in Jetty just expose a test configuration issue in CXF

      Attachments

        1. testGetBookHTMLInclude.log
          13 kB
          Alexey Markevich

        Activity

          People

            ffang Freeman Yue Fang
            ffang Freeman Yue Fang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: