Freeman Yue Fang created CXF-8193:
-------------------------------------

             Summary: upgrade to jetty 9.4.25.v20191220
                 Key: CXF-8193
                 URL: https://issues.apache.org/jira/browse/CXF-8193
             Project: CXF
          Issue Type: Improvement
            Reporter: Freeman Yue Fang


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
{code}
<property name="includeResource" value="true"/>
{code}

So I think the servlet configuration should also have parameter like
{code}
<init-param>
            <param-name>redirect-with-include</param-name>
            <param-value>true</param-value>
</init-param>
{code}
accordingly, and this can fix the failure test




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to