jersey icon indicating copy to clipboard operation
jersey copied to clipboard

This is no longer the active Jersey repository. Please see the README.md

Results 101 jersey issues
Sort by recently updated
recently updated
newest added

If the CookieParam is a Cookie object, ensure it is added to the request when the cookie name matches CookieParam name

@mpotociar @petrbouda this PR is a potential fix for #3293 From my understanding of the current code, the logic for using a custom SSL socket factory is: 1. If the...

When attempting to POST a single digit JsonNumber as the contents of the body using the JsonProcessingFeature, the parse fails with an exception from javax.json of not enough characters to...

I've just been reading the documentation at https://jersey.github.io/documentation/latest/index.html and have spotted a few issues. https://jersey.github.io/documentation/latest/modules-and-dependencies.html - I could not get any of the Jersey examples to import or even be...

Users are thrown off by the fact that they now have to explicitly include a dependency injection implementation. See https://stackoverflow.com/a/44546979/14731 Instead of the exception message stating "InjectionManagerFactory not found` please...

I've been experiencing an issue described [here](https://stackoverflow.com/questions/47983598/jersey-client-throws-responseprocessingexception-on-304-redirect-in-dropwizard) where an old version of Dropwizard throws an exception on client receiving a 304 response. I decided to investigate if I can reproduce...

In the current implementation of Jersey if we have a ThreadLocal and use async the only way to pass the ThreadLocal variables from the concurrent thread to async thread is...

Type: New Feature

Hello, any static fields in objects could not be sent and received in restful posts!!!!!!!!!!!!!!!!!!!!!!!!!!! ...