Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-4728

EMBJOPR-248 -<meta> redirects don't work in MSIE with Enhanced Security enabled (Windows server editions)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • EAP_EWP 5.1.0_CR3
    • EAP_EWP 5.1.0_CR1
    • None
    • None
    • MSIE 7, Windows 2008 Datacenter

    Description

      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>

      Attachments

        Issue Links

          Activity

            People

              ozizka_jira Ondrej Zizka (Inactive)
              ozizka_jira Ondrej Zizka (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: