Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: BridgeIt 1.0.4
-
Fix Version/s: BridgeIt 1.0.6
-
Component/s: Containers
-
Labels:None
-
Environment:Android container
Description
Similar to IOS the android container also fails when an https urls is used. Further investigation is needed but there is code that will tack on "http://" if "http://" isn't fond which will result in "http://https://some url". The Apache common library is used to handle the multi-part upload and it's unclear at this point if it can correctly handle the ssl connection.
Issue Links
- blocks
-
ICE-10589 mobile-showcase file uploads fail when using SSL server config.
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Marking as resolved, added code to avoid appending http:// to https://.