Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0
-
Component/s: JavaScript Client, Push Library, Push Server
-
Labels:None
-
Environment:ICEpush
Description
Can we add the ability to set the servlet context of the blocking request/connection handler on the JavaScript Bridge, like we have it in ICEfaces and expose it as a Java method? The default value can be the servlet context of the ICEpush application itself. We used to have it names blockingRequestHandlerContext but if there's another better name then that's fine to.
Issue Links
- blocks
-
PUSH-28 Introduction of ICEpush EPS
-
- Closed
-
For now there are two context parameters that can be used to configure the bridge:
org.icepush.uriPrefix - prefix inserted before the bridge hardcoded paths, defaults to ""
org.icepush.uriSuffix - suffix appended after the bridge hardcoded paths, defaults to ""
To activate the bridge configuration the page referencing the bridge code will also have to add a second reference to the configuration script:
<script src="configuration.icepush" type="text/javascript"></script>