Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7DR#3
-
Component/s: None
-
Labels:None
-
Environment:Liferay 4.3.4, JSF RI 1.2 , Jboss 4.2.1
-
ICEsoft Forum Reference:
-
Workaround Exists:Yes
-
Workaround Description:I investigated this issue a little and Changet src attribute of history-frame from about:blank to javascript:void(0) and everything worked fine. I suggest to apply this fix in DOMResponseWriter.
Description
Hello,
I faced small problem in Icefaces (1.7.0-DR3). I'm trying to run portlet application (Liferay-4.3.4) and get "Non secure content" alert in IE6.
I faced small problem in Icefaces (1.7.0-DR3). I'm trying to run portlet application (Liferay-4.3.4) and get "Non secure content" alert in IE6.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Yip Ng [ yip.ng ] |
Fix Version/s | 1.7 [ 10080 ] | |
Assignee Priority | P2 |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15820 | Tue Feb 19 17:39:54 MST 2008 | yip.ng | Changed src of iframe from about:blank to a dummy HTML page to avoid security warning from IE in HTTPS. |
Files Changed | ||||
![]() |
Attachment | screenshot-1.jpg [ 10833 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.7RC1 [ 10123 ] | |
Fix Version/s | 1.7 [ 10080 ] |
Fix Version/s | 1.7 [ 10080 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 | |
Assignee | Yip Ng [ yip.ng ] |
javascript:void() doesn't help. I've added the same behaviour for PortletRequest as for HttpServletRequest in DOMResponseWriter.enhanceBody() to test and everything worked fine