Jersey Robot

Results 12 issues of Jersey Robot

Hi! I'm upgrading our services from Jersey 1.19 to Jersey 2.25.1 (using Dropwizard 1.11.1). Some of our resources consume MULTIPART_FORM_DATA. At first, I followed the dropwizard documentation (http://dropwizard.readthedocs.io/en/latest/manual/forms.html) to register...

GuiceScopeContext visibility was set to LOCAL instead of NORMAL. [https://github.com/hk2-project/hk2/commit/0ad31489bd8485ef152bf1e9f1a872f9d4383443](https://github.com/hk2-project/hk2/commit/0ad31489bd8485ef152bf1e9f1a872f9d4383443) The affect of this is that i am now unable to obtain guice dependencies within ContainerRequestFilter. Was there a reason...

Priority: Major
Type: Bug
Component: extensions

Hi, ApacheHttpComponents support configuring AuthSchemeRegistry. However Jersey doesn't seem to provide an option to set default authScheme Registry. Is there some way I can configure the same? Also does Jersey...

Type: New Feature

Continuously and absolute randomly receiving Internal server erro 500 while all code executing perfectly, logs show that method called was proper, all code executed and results returned in desired manner....

Priority: Major
Type: Bug
Component: containers

I keep seeing this in my logs with no apparent link to any of my code, so its it's hard understand when it's happening: ``` org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:92) at...

Priority: Major
Type: Bug

The HK2 Guice Bridge is available, but there may be more work needed in Jersey in order to enable it. #### Affected Versions [2.0]

Priority: Major
Type: Improvement
Component: extensions

In a certain configuration, when a Factory is bound to a request scope, nullpointers occurs in ServerProcessingBinder. I have tried to corner the issue, from what I have figured out,...

Type: Bug
Priority: Critical
exceptions

Hello. I ran into the problem of executing queries (if so important, for asynchronous queries). Here's the dump: ``` "DefaultQuartzScheduler_Worker-2" J9VMThread:0x0000000005789900, j9thread_t:0x00007F51F80A39B0, java/lang/Thread:0x00000005963FAC48, state:P, prio=5 (java/lang/Thread getId:0xEA, isDaemon:false) (native thread...

Looks like if cookie is added using ContainerResponseContext it removes all cookies already added directly HttpServletResponse. If we create new session using HttpServletRequest.getSession(), it should add Set-Cookie header to HttpServletResponse,...

Component: core
Priority: Major
Type: Bug

I have the following JAX-RS Filter which implements the `ContainerRequestFilter`: ``` @Provider @Priority(Priorities.AUTHENTICATION) public class AuthenticationFilter implements ContainerRequestFilter { @Context HttpServletRequest request; @Override public void filter(ContainerRequestContext requestContext) throws IOException {...

Priority: Major
Type: Bug
Component: containers
hk2
exceptions
jdk8