You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Pedro Busko (JIRA)" <de...@myfaces.apache.org> on 2009/08/06 15:53:14 UTC

[jira] Created: (TOMAHAWK-1441) JSCookMenu over HTTPS in IE6

JSCookMenu over HTTPS in IE6
----------------------------

                 Key: TOMAHAWK-1441
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1441
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: JS Cook Menu
    Affects Versions: 1.1.9
         Environment: IE 6
            Reporter: Pedro Busko


JSCookMenu in Tomahawk 1.1.9 does not work over HTTPS in IE6, even with the 2.0.4 JavaScript implementation of the JSCookMenu . The menu simply does not show.

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


[jira] Issue Comment Edited: (TOMAHAWK-1441) JSCookMenu over HTTPS in IE6

Posted by "Pedro Busko (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744159#action_12744159 ] 

Pedro Busko edited comment on TOMAHAWK-1441 at 8/25/09 7:39 AM:
----------------------------------------------------------------

The menu simply does not appear.

My enviroment is Microsoft IIS redirecting the HTTPS(port 443) connections to WebSphere Application Server. No extra configurations in the IIS besides the WAS plug-in.

I don't know if the JSCookMenu component makes some connection that is forced not secure.

I'm using the TOMAHWAK 1.1.9 and did not change de JavaScript implementation.

The generated HTML in the enviroment that works is this:

[CODE]
<tr>
    <td colspan="4" bgcolor="#AEC0EC">
        <script type="text/javascript">
        <!-- var formMenu_j_id_jsp_1692836947_5_menu =
            [[null, 'Menu 1, 'formMenu_j_id_jsp_1692836947_5_menu:A]Menu 1', 'formMenu', null],
[null, 'Menu 2', 'formMenu_j_id_jsp_1692836947_5_menu:A]Menu 2', 'formMenu', null],[null, 'Menu 3', 'formMenu_j_id_jsp_1692836947_5_menu:A]Menu 3', 'formMenu', null]];
//--></script>

<div id="formMenu_j_id_jsp_1692836947_5_menu"></div>
<script type="text/javascript">
    <!--if(window.cmDraw!=undefined) { 
        cmDraw ('formMenu_j_id_jsp_1692836947_5_menu', formMenu_j_id_jsp_1692836947_5_menu, 'hbR', cmThemeOffice, 'ThemeOffice');
    } //-->
</script>
    </td>
</tr>
[/CODE]


The generated HTML in the enviroment that NOT work is this:

[CODE]
<tr>
    <td colspan="4" bgcolor="#AEC0EC">
        <script type="text/javascript">var formMenu_j_id_jsp_823963464_5_menu =
[[null, 'Menu 1', 'formMenu_j_id_jsp_823963464_5_menu:A]Menu 1', 'formMenu', null],
[null, 'Menu 2', 'formMenu_j_id_jsp_823963464_5_menu:A]Manu 2', 'formMenu', null],[null, 'Menu 3', 'formMenu_j_id_jsp_823963464_5_menu:A]Menu 3', 'formMenu', null]];</script>

<div id="formMenu_j_id_jsp_823963464_5_menu"></div>

<script type="text/javascript">	

    if(window.cmDraw!=undefined) { 
        cmDraw ('formMenu_j_id_jsp_823963464_5_menu', formMenu_j_id_jsp_823963464_5_menu, 'hbR', cmThemeOffice, 'ThemeOffice');
    }
</script>

    </td>
</tr>

[/CODE]


Note tha in the case tha work, the scripts are commented.

Thanks.

      was (Author: pedro.busko):
    The menu simply does not appear.

My enviroment is Microsoft IIS redirecting the HTTPS(port 443) connections to WebSphere Application Server. No extra configurations in the IIS besides the WAS plug-in.

I don't know if the JSCookMenu component makes some connection that is forced not secure.

I'm using the TOMAHWAK 1.1.9 nad did not change de JavaScript implementation.


  
> JSCookMenu over HTTPS in IE6
> ----------------------------
>
>                 Key: TOMAHAWK-1441
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1441
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: JS Cook Menu
>    Affects Versions: 1.1.9
>         Environment: IE 6
>            Reporter: Pedro Busko
>            Priority: Blocker
>
> JSCookMenu in Tomahawk 1.1.9 does not work over HTTPS in IE6, even with the 2.0.4 JavaScript implementation of the JSCookMenu . The menu simply does not show.

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


[jira] Commented: (TOMAHAWK-1441) JSCookMenu over HTTPS in IE6

Posted by "Pedro Busko (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744159#action_12744159 ] 

Pedro Busko commented on TOMAHAWK-1441:
---------------------------------------

The menu simply does not appear.

My enviroment is Microsoft IIS redirecting the HTTPS(port 443) connections to WebSphere Application Server. No extra configurations in the IIS besides the WAS plug-in.

I don't know if the JSCookMenu component makes some connection that is forced not secure.

I'm using the TOMAHWAK 1.1.9 nad did not change de JavaScript implementation.



> JSCookMenu over HTTPS in IE6
> ----------------------------
>
>                 Key: TOMAHAWK-1441
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1441
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: JS Cook Menu
>    Affects Versions: 1.1.9
>         Environment: IE 6
>            Reporter: Pedro Busko
>            Priority: Blocker
>
> JSCookMenu in Tomahawk 1.1.9 does not work over HTTPS in IE6, even with the 2.0.4 JavaScript implementation of the JSCookMenu . The menu simply does not show.

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


[jira] Commented: (TOMAHAWK-1441) JSCookMenu over HTTPS in IE6

Posted by "Brendan Buckley (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744110#action_12744110 ] 

Brendan Buckley commented on TOMAHAWK-1441:
-------------------------------------------

Could you provide more details on the nature of the problems you have with JSCookMenu? 

I have recently upgraded to 1.1.9 and am testing the application over HTTPS also with IE6, but do not see any issue with JSCookMenu.   We use the Javascript implmentation that is in the 1.1.9 release (i.e. do not specify an alternative javascriptLocation).  

> JSCookMenu over HTTPS in IE6
> ----------------------------
>
>                 Key: TOMAHAWK-1441
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1441
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: JS Cook Menu
>    Affects Versions: 1.1.9
>         Environment: IE 6
>            Reporter: Pedro Busko
>            Priority: Blocker
>
> JSCookMenu in Tomahawk 1.1.9 does not work over HTTPS in IE6, even with the 2.0.4 JavaScript implementation of the JSCookMenu . The menu simply does not show.

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