Jersey Robot
Jersey Robot
@glassfishrobot Commented This issue was imported from java.net JIRA JERSEY-3010
* **Issue Imported From:** https://github.com/jersey/jersey/issues/3621 * **Original Issue Raised By:**@hypnoce * **Original Issue Assigned To:** Unassigned
@cthiebaud Commented I have the same problem. Is there any workaround that I can do on the application side before the bug is fixed ? thanks
@dan-osterrath Commented Same problem here. Any workarounds for that? I need to access the HttpServletRequest or the Session inside of a ContainerRequestFilter.
@dan-osterrath Commented Even programmatic lookup via CDI.current().select() was not successfully. I could iterate over the 2 found Instances for HttpServletRequest, unfortunately both were implementations of ResponseFacade. WTF?!? My workaround was...
@hypnoce Commented In general, I believe jersey is a dying project. No bug fix, no impovements, poor commiter community. Resteasy (wildfly-swarm flavor) is the way to go for microservices with...
@Cousjava Commented @hypnoce I think the community is waiting on Oracle for the Jersey to be handed over to the Eclipse Foundation, at that point I expect work on it...
* **Issue Imported From:** https://github.com/jersey/jersey/issues/2596 * **Original Issue Raised By:**@glassfishrobot * **Original Issue Assigned To:** @mpotociar
@glassfishrobot Commented Reported by aldenquimby
@glassfishrobot Commented aldenquimby said: StackOverflow question about this: [http://stackoverflow.com/q/20556200/1415732](http://stackoverflow.com/q/20556200/1415732)