glassfishrobot
glassfishrobot
heinbloed said: We're trying to migrate from GlassFish 4.1 (Jersey 2.10.4) to Payara 4.1.1.164 (Jersey 2.22.2) and are affected by the same problem. For some reason I don't know, we...
heinbloed said: For anyone else needing a quick fix for this, I managed to have my class implementing ExceptionMapper get called again by modifying org.glassfish.jersey.server.validation.internal.ValidationBinder.configure() and commenting out the two...
This issue was imported from java.net JIRA JERSEY-3153
Reported by fpanovski
fpanovski said: Update: I found a very similar situation outlined in a SO question and answer here: [http://stackoverflow.com/questions/29974887/jersey-containerrequestfilter-does-not-get-context-servletrequest](http://stackoverflow.com/questions/29974887/jersey-containerrequestfilter-does-not-get-context-servletrequest) However, delegating the injection to a Provider implementing DynamicFeature, registering the Filter...
@pavelbucek said: What do you mean by "JAX-RS 3.0.18.Final"? Aren't you by any chance using RESTEasy?
fpanovski said: Hello Pavel, Thanks for the response and for fixing the tags. Yes, I am in fact using RESTEasy together with Swagger (with my server resource stubs having been...
fpanovski said: Update: In case anyone is following this report and looking for a solution as well, I have found a workaround in the meantime that accomplishes the exact same...
This issue was imported from java.net JIRA JERSEY-3150