0 Replies Latest reply on Aug 26, 2008 11:13 AM by lowside

    fileUpload component generates security warning in IE6

    lowside

      When using the rich:fileUpload component on a secured page in IE6 the "This page contains both secure and nonsecure items" popup is displayed. The warning displays only after the browser's file selection window displays and the user clicks the "Open" button to begin the upload.

      The issue seems to be caused by an iframe created without a src attribute in the FileUpload.js createFrame() function. Adding something like src='javascript:''; to the code generating the iframe seems to prevent the issue from occurring.

      This issue is occurring with RichFaces 3.2.1.GA

      Has anyone else seen this issue? I looked through jira but was unable to find anything about it.

      Thanks.