I am using Tomee+ 1.5.1 which bundles CXF 2.6.3. I have configured RequestDispatcherProvider as a provider..
dispatcherName = "jsp" useClassNames = true saveParametersAsAttributes = true It correctly redirects the response object to a JSP for processing but none of the query parameters are saved in the HttpServletRequest so they are not available to the JSP. According to http://cxf.apache.org/docs/jax-rs-redirection.html these parameters should be available and as attributes when saveParametersAsAttributes = true Any ideas what wrong ? -- View this message in context: http://cxf.547215.n5.nabble.com/RequestDispatcherProvider-not-saving-QueryParameters-in-HttpServletRequest-tp5725789.html Sent from the cxf-user mailing list archive at Nabble.com.
