Details
Description
The Spring MVC samples had to have the SX post /<context>/icemobile mapped to handler method that added the sx auxUpload session key and checked for the iceCloudPushId param. It would be better if the developer did not have to handle this and if we could do this automatically.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
org/icemobile/samples/springbasic/ICEmobileSXController.java is provided as a sample controller for handling ICEmobile-SX registration. Some manual configuration for this feature is necessary so that the developer is aware of the network access required to be exposed for ICEmobile-SX.
This integration is currently session-based, but the session requirement is intended to be removed in the future.