[ http://issues.apache.org/jira/browse/TAPESTRY-212?page=comments#action_12318129 ]
Nick Westgate commented on TAPESTRY-212: ---------------------------------------- In the process of implementing a secure site I ran into this problem. I found a discussion on the web which mentions some possibilities, though I can't test them right now. http://ask-leo.com/can_i_get_rid_of_the_this_page_contains_both_secure_and_nonsecure_items_warning.html An option in IE will disable the nag. Not the best solution, but better than replacing all DatePickers before deadline! "There is a browser setting in IE6 to turn this off (not sure of earlier browsers). Check out Tools > Internet Options > Security > Custom Level > Miscellaneous > Display mixed content. By default its set to prompt, reset it to Enable." > DatePicker produces "Security information" dialog in IE on secure connection > ---------------------------------------------------------------------------- > > Key: TAPESTRY-212 > URL: http://issues.apache.org/jira/browse/TAPESTRY-212 > Project: Tapestry > Type: Bug > Components: Contrib > Versions: 3.0 > Environment: Operating System: All > Platform: All > Reporter: Karel Miarka > Assignee: Tapestry Developer List > > When a Tapestry page with DatePicker is accessed using SSL and the user click > to the DatePicker icon a security warning dialog appears in MS Internet > Explorer: "Security information - This page contains both secure and > nonsecure > items. Do you want to display the nonsecure items?". It is anoying and seems > to > be caused by <iframe> tag used in calendar. This issue is described at > http://support.microsoft.com/default.aspx?scid=kb;EN-US;837850&FR=1 . > I know that again it is MS who is anoying us, but it would be great if it > could > be avoided. I don't know javascript very well, if it is possible to get rid > of > the <iform> tag usage in DatePicker component. > Thanks, > Karel -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
