You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Márton Salomváry (JIRA)" <ji...@apache.org> on 2009/06/02 16:23:07 UTC

[jira] Created: (SHINDIG-1074) ifpc and nix RPC transports are broken in non-same-origin situation

ifpc and nix RPC transports are broken in non-same-origin situation
-------------------------------------------------------------------

                 Key: SHINDIG-1074
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1074
             Project: Shindig
          Issue Type: Bug
          Components: Javascript 
    Affects Versions: trunk
            Reporter: Márton Salomváry


Case 1 nix transport silently fails in IE7
Case 2 ifpc transport silently fails in FF3 (container.js -> "useLegacyProtocol" : true)
Case 3 wpm transport works in FF3
Have not tested other combinations. trunk@764984 seems to be the last working revision.

Test case (http://svn.apache.org/repos/asf/incubator/shindig/trunk@781028):

- Load http://localhost:8080/gadgets/files/samplecontainer/samplecontainer.html with "Social Hello World" gadget.
- In case 3, the gadget is resized to fit content, in case 1, 2 the height is not adjusted (good signs of not working rpc).

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


Re: [jira] Commented: (SHINDIG-1074) ifpc and nix RPC transports are broken in non-same-origin situation

Posted by John Hjelmstad <fa...@google.com>.
The recent patch fixes the IE issues. I haven't heard of the FF3 silent
failure for useLegacyProtocol mode, but will look into it.
--John

On Wed, Jun 3, 2009 at 1:06 PM, Paul Lindner (JIRA) <ji...@apache.org> wrote:

>
>    [
> https://issues.apache.org/jira/browse/SHINDIG-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716046#action_12716046]
>
> Paul Lindner commented on SHINDIG-1074:
> ---------------------------------------
>
> Did the recent patch by john fix this?
>
> r781271 | johnh | 2009-06-02 22:56:05 -0700 (Tue, 02 Jun 2009) | 3 lines
>
> Define isGadget to mean "isChild" for the purposes of rpc. This ensures
> that to-container frame setup occurs properly, in particular fixing NIX
> (IE6/7). Finally figured this out w/ improved test harness.
>
>
> > ifpc and nix RPC transports are broken in non-same-origin situation
> > -------------------------------------------------------------------
> >
> >                 Key: SHINDIG-1074
> >                 URL: https://issues.apache.org/jira/browse/SHINDIG-1074
> >             Project: Shindig
> >          Issue Type: Bug
> >          Components: Javascript
> >    Affects Versions: trunk
> >            Reporter: Márton Salomváry
> >
> > Case 1 nix transport silently fails in IE7
> > Case 2 ifpc transport silently fails in FF3 (container.js ->
> "useLegacyProtocol" : true)
> > Case 3 wpm transport works in FF3
> > Have not tested other combinations. trunk@764984 seems to be the last
> working revision.
> > Test case (
> http://svn.apache.org/repos/asf/incubator/shindig/trunk@781028):
> > - Load
> http://localhost:8080/gadgets/files/samplecontainer/samplecontainer.htmlwith "Social Hello World" gadget.
> > - In case 3, the gadget is resized to fit content, in case 1, 2 the
> height is not adjusted (good signs of not working rpc).
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

Re: [jira] Commented: (SHINDIG-1074) ifpc and nix RPC transports are broken in non-same-origin situation

Posted by John Hjelmstad <fa...@google.com>.
The recent patch fixes the IE issues. I haven't heard of the FF3 silent
failure for useLegacyProtocol mode, but will look into it.
--John

On Wed, Jun 3, 2009 at 1:06 PM, Paul Lindner (JIRA) <ji...@apache.org> wrote:

>
>    [
> https://issues.apache.org/jira/browse/SHINDIG-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716046#action_12716046]
>
> Paul Lindner commented on SHINDIG-1074:
> ---------------------------------------
>
> Did the recent patch by john fix this?
>
> r781271 | johnh | 2009-06-02 22:56:05 -0700 (Tue, 02 Jun 2009) | 3 lines
>
> Define isGadget to mean "isChild" for the purposes of rpc. This ensures
> that to-container frame setup occurs properly, in particular fixing NIX
> (IE6/7). Finally figured this out w/ improved test harness.
>
>
> > ifpc and nix RPC transports are broken in non-same-origin situation
> > -------------------------------------------------------------------
> >
> >                 Key: SHINDIG-1074
> >                 URL: https://issues.apache.org/jira/browse/SHINDIG-1074
> >             Project: Shindig
> >          Issue Type: Bug
> >          Components: Javascript
> >    Affects Versions: trunk
> >            Reporter: Márton Salomváry
> >
> > Case 1 nix transport silently fails in IE7
> > Case 2 ifpc transport silently fails in FF3 (container.js ->
> "useLegacyProtocol" : true)
> > Case 3 wpm transport works in FF3
> > Have not tested other combinations. trunk@764984 seems to be the last
> working revision.
> > Test case (
> http://svn.apache.org/repos/asf/incubator/shindig/trunk@781028):
> > - Load
> http://localhost:8080/gadgets/files/samplecontainer/samplecontainer.htmlwith "Social Hello World" gadget.
> > - In case 3, the gadget is resized to fit content, in case 1, 2 the
> height is not adjusted (good signs of not working rpc).
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

[jira] Resolved: (SHINDIG-1074) ifpc and nix RPC transports are broken in non-same-origin situation

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-1074.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1-BETA1

ff3 has entirely new rpc mechanism.

> ifpc and nix RPC transports are broken in non-same-origin situation
> -------------------------------------------------------------------
>
>                 Key: SHINDIG-1074
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1074
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>    Affects Versions: 1.1-BETA1
>            Reporter: Márton Salomváry
>             Fix For: 1.1-BETA1
>
>
> Case 1 nix transport silently fails in IE7
> Case 2 ifpc transport silently fails in FF3 (container.js -> "useLegacyProtocol" : true)
> Case 3 wpm transport works in FF3
> Have not tested other combinations. trunk@764984 seems to be the last working revision.
> Test case (http://svn.apache.org/repos/asf/incubator/shindig/trunk@781028):
> - Load http://localhost:8080/gadgets/files/samplecontainer/samplecontainer.html with "Social Hello World" gadget.
> - In case 3, the gadget is resized to fit content, in case 1, 2 the height is not adjusted (good signs of not working rpc).

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


[jira] Commented: (SHINDIG-1074) ifpc and nix RPC transports are broken in non-same-origin situation

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716046#action_12716046 ] 

Paul Lindner commented on SHINDIG-1074:
---------------------------------------

Did the recent patch by john fix this?

r781271 | johnh | 2009-06-02 22:56:05 -0700 (Tue, 02 Jun 2009) | 3 lines

Define isGadget to mean "isChild" for the purposes of rpc. This ensures that to-container frame setup occurs properly, in particular fixing NIX (IE6/7). Finally figured this out w/ improved test harness.


> ifpc and nix RPC transports are broken in non-same-origin situation
> -------------------------------------------------------------------
>
>                 Key: SHINDIG-1074
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1074
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>    Affects Versions: trunk
>            Reporter: Márton Salomváry
>
> Case 1 nix transport silently fails in IE7
> Case 2 ifpc transport silently fails in FF3 (container.js -> "useLegacyProtocol" : true)
> Case 3 wpm transport works in FF3
> Have not tested other combinations. trunk@764984 seems to be the last working revision.
> Test case (http://svn.apache.org/repos/asf/incubator/shindig/trunk@781028):
> - Load http://localhost:8080/gadgets/files/samplecontainer/samplecontainer.html with "Social Hello World" gadget.
> - In case 3, the gadget is resized to fit content, in case 1, 2 the height is not adjusted (good signs of not working rpc).

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


[jira] Commented: (SHINDIG-1074) ifpc and nix RPC transports are broken in non-same-origin situation

Posted by "Márton Salomváry (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716182#action_12716182 ] 

Márton Salomváry commented on SHINDIG-1074:
-------------------------------------------

The patch solved case 1 but didn't solve case 2.

> ifpc and nix RPC transports are broken in non-same-origin situation
> -------------------------------------------------------------------
>
>                 Key: SHINDIG-1074
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1074
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>    Affects Versions: trunk
>            Reporter: Márton Salomváry
>
> Case 1 nix transport silently fails in IE7
> Case 2 ifpc transport silently fails in FF3 (container.js -> "useLegacyProtocol" : true)
> Case 3 wpm transport works in FF3
> Have not tested other combinations. trunk@764984 seems to be the last working revision.
> Test case (http://svn.apache.org/repos/asf/incubator/shindig/trunk@781028):
> - Load http://localhost:8080/gadgets/files/samplecontainer/samplecontainer.html with "Social Hello World" gadget.
> - In case 3, the gadget is resized to fit content, in case 1, 2 the height is not adjusted (good signs of not working rpc).

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