[embjopr-issues] [JBoss JIRA] Resolved: (EMBJOPR-248) <meta> redirects don't work in IE 7 with Enhanced Security enabled (Windows server editions)

Ian Springer (JIRA) jira-events at lists.jboss.org
Thu Jul 22 12:00:42 EDT 2010


     [ https://jira.jboss.org/browse/EMBJOPR-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ian Springer resolved EMBJOPR-248.
----------------------------------

    Fix Version/s: 1.4.0
                       (was: 1.3.1)
       Resolution: Done


Fixed in EmbJopr_1_3 branch - r962 (so this fix will be in 1.3.4.GA).


> <meta> redirects don't work in IE 7 with Enhanced Security enabled (Windows server editions)
> --------------------------------------------------------------------------------------------
>
>                 Key: EMBJOPR-248
>                 URL: https://jira.jboss.org/browse/EMBJOPR-248
>             Project: Embedded Jopr
>          Issue Type: Bug
>    Affects Versions: 1.3.1
>         Environment: MSIE 7, Windows 2008 Datacenter
>            Reporter: Ondrej Žižka
>            Assignee: Ondrej Žižka
>            Priority: Critical
>             Fix For: 1.4.0
>
>         Attachments: MSIE-EnhancedSecurity.PNG
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the embjopr-issues mailing list