You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2018. It is now read-only.
- updated the Jersey Servlet 3 integration code to reuse an existing AsyncContext, if available.
Change-Id: I60d581dc24f0ab6786c65a0d194a1d01b0d8df4f
Signed-off-by: Marek Potociar <[email protected]>
Copy file name to clipboardExpand all lines: containers/jersey-servlet/src/main/java/org/glassfish/jersey/servlet/async/AsyncContextDelegateProviderImpl.java
Copy file name to clipboardExpand all lines: containers/jersey-servlet/src/main/resources/org/glassfish/jersey/servlet/init/internal/localization.properties
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
#
2
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3
3
#
4
-
# Copyright (c) 2012-2014 Oracle and/or its affiliates. All rights reserved.
4
+
# Copyright (c) 2012-2015 Oracle and/or its affiliates. All rights reserved.
5
5
#
6
6
# The contents of this file are subject to the terms of either the GNU
7
7
# General Public License Version 2 only ("GPL") or the Common Development
@@ -44,3 +44,5 @@ jersey.app.no.mapping.or.annotation=The Jersey servlet application, named {0}, i
44
44
jersey.app.registered.classes=Registering the Jersey servlet application, named {0}, with the following root resource and provider classes: {1}
45
45
jersey.app.registered.mapping=Registering the Jersey servlet application, named {0}, at the servlet mapping {1}, with the Application class of the same name.
46
46
jersey.app.registered.application=Registering the Jersey servlet application, named {0}, with the Application class of the same name.
47
+
servlet.async.context.already.started=Servlet request has been put into asynchronous mode by an external force. \
48
+
Proceeding with the existing AsyncContext instance, but cannot guarantee the correct behavior of JAX-RS AsyncResponse time-out support.
0 commit comments