Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01
-
Fix Version/s: EE-3.3.0.GA_P02
-
Component/s: Push Server
-
Labels:None
-
Environment:EPS
Description
Classes extending the ICEpushServlet can't nicely override the creation of the MainServlet used. When made more flexible, subclasses should be able to create the desired implementation.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
This has been done in order for NaaS to work:
r35353 | jack.van.ooststroom | 2013-09-05 20:18:56 +0200 (Thu, 05 Sep 2013) | 1 line
Fixed JIRA
PUSH-275: Make the creation of a MainServlet in the ICEpushServlet more flexibleThe ICEpushServlet subclass in NaaS overrides the newMainServlet(...) method in order to instantiate the MainServlet subclass in NaaS.
Marking this one as FIXED.