Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: BridgeIt 1.0.5
-
Fix Version/s: BridgeIt 1.0.6
-
Component/s: Containers
-
Labels:None
-
Environment:IOS any https url
Description
QA did some testing with SSL and found the the IOS contains uploads for photo, camcorder etc. failed to upload and close the bridgeIt application.
On closer inspection the there is a event that is fired when the upload is complete which hides bridgeIt and returns the user to browser. Because the ssl connection fails the event never fires and the user is left on a blank bridgeit application.
On closer inspection the there is a event that is fired when the upload is complete which hides bridgeIt and returns the user to browser. Because the ssl connection fails the event never fires and the user is left on a blank bridgeit application.
Issue Links
- blocks
-
ICE-10589 mobile-showcase file uploads fail when using SSL server config.
- Closed
Activity
Patrick Corless
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | BridgeIt 1.0.6 [ 11870 ] |
Ken Fyten
made changes -
Description |
QA did some testing with SSL and found the the IOS contains uploads for photo, camcorder etc. failed to upload and close the bridgeIt application.
On closer inspection the there is a event that is fired when the upload is complete which hides bridgeIt and returns the user to browser. Becuase the ssl connection fails the event never fires and the user is left on a blank bridgeit application. |
QA did some testing with SSL and found the the IOS contains uploads for photo, camcorder etc. failed to upload and close the bridgeIt application.
On closer inspection the there is a event that is fired when the upload is complete which hides bridgeIt and returns the user to browser. Because the ssl connection fails the event never fires and the user is left on a blank bridgeit application. |
Ken Fyten
made changes -
Summary | IOS container does not support https URL for data upload | iOS BridgeIt app does not support https URL for data upload |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
It turns out the the error alert is being suppressed and the user gets no notification that there was an ssl certificate trust issue. I've touched up the code so that the user sees the error box and when confirmed the user is pushed back to the web application.
Now that we have a proper ssl cert test case the data upload is now working correctly.