[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667823#action_12667823
 ] 

Gerd Schaffer commented on TOMAHAWK-1389:
-----------------------------------------

Hi Simon,
Thanks for your comments.
Yes - thats right - IE7 behaves that way.
The TableSuggestAjax component creates vast amount of javascript.
The source is not viewable that way - no http:// parts are there in the 
generated html code (except the doctype definition on top: <?xml version="1.0" 
encoding="iso-8859-1" ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 
Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"; ><html 
xmlns="http://www.w3.org/1999/xhtml";>)

I think something must be in the java-script part of this component (all other 
pages - where this component is not used work very well!)
We currently accept http and https connections - if we just accept https 
connections (what we plan to do asap) this component will stop working for sure.
The perfect way should be, that the component uses the same connection schema 
(http or https) as the main page (as you described).

Maybe you or someone else can help?
Thank you in advance!!

regards, Gerd

> TableSuggestAjax - security popup in IE7 when using SSL
> -------------------------------------------------------
>
>                 Key: TOMAHAWK-1389
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1389
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Alias Bean
>    Affects Versions: 1.1.8
>         Environment: myfaces 1.2.5
> tomahawk 1.1.8
> sandbox 1.1.7 snapshot
> facelets 1.1.14
> tomcat 6.16
> Apache mod_jk 2 (issue also comes up without mod_jk)
>            Reporter: Gerd Schaffer
>
> A security popup comes up when using TableSuggestAjax in Internet Explorer 7 
> (IE7) when using SSL / HTTPS with the message:
> Warning: This page contains secure and non secure items ...
> Warnung: Diese Seite enthält sichere und nicht sichere Objekte ...
> TableSuggestAjax works in IE6, Mozilla, Safari and Google Chrome - just IE7 
> has this security-issue.
> what is going on in TableSuggestAjax component? Is there a possibility to fix 
> this (with or without code change)?
> (telling IE7 not to report this errors (in ie-preferences) is not meant as 
> fix)
> thank you in advance!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to