-
Bug
-
Resolution: Done
-
Critical
-
EAP_EWP 5.1.0_CR1
-
None
-
None
-
MSIE 7, Windows 2008 Datacenter
The start pages which use <meta> redirect should contain a link to the next page, and a note about MSIE's enhanced security.
If the user has disabled the security warning dialog (very probable), then he will see a empty page.
The first page (index.html) isn't redirected by the meta element; it should go to index.seam.
On that page, again, the redirect doesnt work:
<meta http-equiv="Refresh" content="0; URL=secure/summary.seam" />
----------------
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Refresh" content="0; URL=index.seam"/>
</head>
</html>
----------------
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link class="component" href="/admin-console/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAHTj7jOHbp8hjQADb0DGQ__" rel="stylesheet" type="text/css" />
<link class="component" href="/admin-console/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/extended_classes.xcss/DATB/eAHTj7jOHbp8hjQADb0DGQ__" media="rich-extended-skinning" rel="stylesheet" type="text/css" />
<script type="text/javascript">window.RICH_FACES_EXTENDED_SKINNING_ON=true;</script>
<script src="/admin-console/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/skinning.js" type="text/javascript"></script>
<meta http-equiv="Refresh" content="0; URL=secure/summary.seam" />
</head>
<body></body>
</html>
- blocks
-
JBPAPP-2421 AS Console (Embedded Jopr) Bugs (tracking issue)
- Closed
-
JBPAPP-2422 AS Console (Embedded Jopr) Bugs (tracking issue)
- Closed