-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add suspend and resume support for the simple container #2071
Comments
Reported by gallagher_niall |
gallagher_niall said: -import javax.ws.rs.core.SecurityContext;import javax.inject.Inject; +import org.glassfish.hk2.api.PerLookup;
|
gallagher_niall said:
import static org.junit.Assert.assertEquals; import javax.ws.rs.GET; import org.glassfish.jersey.server.ResourceConfig; /**
/**
@OverRide { return new ResourceConfig(Resource.class); } /**
private final Request request; public Resource(@context Request request, { this.request = request; this.response = response; } /**
@test
|
@mpotociar said: |
gallagher_niall said: |
This issue was imported from java.net JIRA JERSEY-1799 |
I have attached a patch to get suspend and resume working properly with SimpleContainer. I have also added a new test for this.
Affected Versions
[2.0-m13, 2.0]
The text was updated successfully, but these errors were encountered: