sventon subversion web client - http://www.sventon.org |
[show recent changes] | |
Rev: 24508 - http://anonsvn.icesoft.org/repo / icefaces2 / scratchpads / ICE-6565 / icefaces / core / src / main / java / org / icefaces / impl / push / servlet / ICEpushResourceHandler.java |
Unified Diff View - ICEpushResourceHandler.java |
/icefaces2/scratchpads/ICE-6565/icefaces/core/src/main/java/org/icefaces/impl/push/servlet/ICEpushResourceHandler.java @ revision 24507 |
---|
/icefaces2/scratchpads/ICE-6565/icefaces/core/src/main/java/org/icefaces/impl/push/servlet/ICEpushResourceHandler.java @ revision 24508 |
@@ -165,9 +165,13 @@ if (null == BrowserID) { //Need better integration with ICEpush to assign ice.push.browser //without createPushId() +try { ((PushContext) externalContext.getApplicationMap() .get(PushContext.class.getName())) .createPushId(request, response); +} catch (Exception e) { + e.printStackTrace(); +} } } |
sventon 2.5.1