Hi, All of my query parameters are single valued. I actually grabbed the source for RequestDispatcherProvider, added a bunch of debug logging statements and used my modified version. What I see is that the call to UriInfo.getQueryParameters returns an empty MultivaluedMap
For some reason my query params are not there :-/ The code in RequestDispatcherProvider does as you say but there aren't any query parameters to save. -- View this message in context: http://cxf.547215.n5.nabble.com/RequestDispatcherProvider-not-saving-QueryParameters-in-HttpServletRequest-tp5725789p5725852.html Sent from the cxf-user mailing list archive at Nabble.com.
