ICEfaces
  1. ICEfaces
  2. ICE-1163

User contribution: iframe with no src causes problem with https

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.5.1
    • Fix Version/s: 1.5.2
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      Operating System: Windows XP
      Platform: PC

      Description

      noted in the forum: http://www.icefaces.org/JForum/posts/list/3369.page

      It seems that having an iframe with no src attribute cause problems when running
      secure connections "you have no more secure elements"?? User fixed it this way:
      "
      I added the following line:

      iframe.setAttribute("src", "false;");

      in com.icesoft.faces.context.DOMResponseWriter, after line 409 (using source
      code of version 1.5.1)

      Then, I patched icefaces.jar with my new-compiled class. After this, the message
      stopped appearing.

      "

        Activity

        There are no subversion log entries for this issue yet.

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Philip Breau
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: