[
https://issues.apache.org/jira/browse/TAPESTRY-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497997
]
Greg Woolsey commented on TAPESTRY-1254:
----------------------------------------
I get this on only one page in our app, that _doesn't_ use our standard border
component (wrapping a Shell component). I can't find any differences in the
rendered JavaScript that would account for the problematic behavior. It
happens on all widgets based on dojo.widget.Dialog, only on this one page. All
pages use derivatives of this widget, from the Tapestry validation dialog to
our custom replacements for window.alert() and window.confirm(). We only get
the mixed content warning the first time this one page tries too create a
widget for a subclass of dojo.widget.Dialog.
Using Fiddler and IEHTTPAnalyzer, I don't see any browser requests via HTTP or
HTTPS at widget creation time, and there is no IFRAME generated either on IE7,
as it doesn't need one and the logic for the background IFRAME specifies only
IE 5.5 and IE6.
I'm stumped as to where the mixed content warning is coming from - it must be
some sort of invalid (ie malformed) request that results in an IE internal
error page response, as those are flagged as "insecure" by the browser, and
would account for why Fiddler and IEHTTPAnalyzer never saw the request.
> IE7 mixed secure/nonsecure SSL warning on https using dojo dialog component
> ---------------------------------------------------------------------------
>
> Key: TAPESTRY-1254
> URL: https://issues.apache.org/jira/browse/TAPESTRY-1254
> Project: Tapestry
> Issue Type: Bug
> Components: JavaScript
> Affects Versions: 4.1.1, 4.1.2
> Environment: IE7, win xp
> Reporter: Anna Vo
> Assigned To: Jesse Kuhnert
> Priority: Minor
> Fix For: 4.1.2
>
>
> Using Tap 4.1.1 and 4.1.2 snapshots, Dialog component on secure SSL pages
> gives "This page contains both secure and
> nonsecure items" warning message. Does not happen in IE6.
> See iframe.js and other related files: if(dojo.render.html.ie55 ||
> dojo.render.html.ie60) {var html="<iframe src='javascript:false'" ....
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]