[ https://issues.apache.org/jira/browse/CXF-8193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Freeman Yue Fang updated CXF-8193: ---------------------------------- Fix Version/s: 3.3.6 3.4.0 > 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 > Assignee: Freeman Yue Fang > Priority: Major > Fix For: 3.4.0, 3.3.6 > > > 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)