Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha3
-
Fix Version/s: 2.0.1
-
Component/s: Push Library
-
Labels:None
-
Environment:server
Description
To avoid shutting down the blocking connection cycle during fail-over (by sending X-Connection=Close header) ICEpush needs to have the option of configuring the MainServlet so that only a NOOP message is sent back.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23841 | Tue Jan 25 10:16:50 MST 2011 | mircea.toma | |
Files Changed | ||||
![]() ![]() ![]() |
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 2.0-Beta [ 10232 ] |
Salesforce Case | [] | |
Fix Version/s | 2.0.1 [ 10258 ] | |
Fix Version/s | 2.0-Beta [ 10232 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Introduced MainServlet configuration parameter that changes the type of blocking connection response sent during shutdown/fail-over. By setting 'terminateBlockingConnectionOnShutdown' parameter to false the response sent during shutdown/fail-over is NOOP (instead of X-Connection=Close response type).