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
Ken Fyten
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Project | ICEfaces [ 10021 ] | ICEmobile [ 10060 ] |
Key |
|
|
Affects Version/s | EE 1.3 [ 10973 ] | |
Affects Version/s | 4.0 [ 11382 ] | |
Affects Version/s | EE-4.1.0.GA [ 12171 ] | |
Fix Version/s | EE 1.3.1.GA_P04 [ 12970 ] | |
Fix Version/s | 4.2 [ 12870 ] | |
Component/s | Faces [ 10062 ] | |
Component/s | MOBI-Components [ 10270 ] |
Ken Fyten
made changes -
Link | This issue blocks MOBI-1161 [ MOBI-1161 ] |
Ken Fyten
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
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.