Details
-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: EE 1.3
-
Fix Version/s: EE 1.3.1.GA_P04
-
Component/s: Faces
-
Labels:None
-
Environment:ICEfaces 4.x mobi native bridgeit components, https/ssl deployments.
Description
When deploying an ICEfaces application under SSL/https that uses mobi native bridgeit components, such as mobi:camera, mobi:camcorder, etc., the upload code is not detecting the https protocol correctly, resulting in the uploads being attempted under http, even when https is being used for the web-application itself.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Added logic to check for the 'x-forwarded-host' and 'x-forwarded-proto' HTTP headers when using SSL in case the server is behind a proxy.