Firefox-Orbeon interop bug!?

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Firefox-Orbeon interop bug!?

Mats Eklund-2
Hi,

I'm still stuck with with what appears to be a Firefox/Orbeon interop bug. Basically Orbeon does not seem to recognize an external XML submission when sent from Firefox. With other browsers, such as IE, Opera etc, there's no problem!

I'm attaching a minimal sample app that demonstrates the isse. Just unpack it to the folder where the other orbeon apps reside, and direct the mentioned browsers to:

http://localhost:8080/orbeon/bug-ff/

Grateful for your help on this one!

Thanks,
Mats



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

bug-ff.zip (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Firefox-Orbeon interop bug!?

Mats Eklund-2
An update on this issue. I used Charles (web debugging proxy applicaiton) to inspect the traffic going to the server. Of course there are some minor differences in the HTTP request headers from the different browsers. The only thing which I could think of, and where Firefox differs from all other browsers, is the Content-Type header:

Firefox:
Content-Type: application/xml; charset=UTF-8

Opera, Chrome etc:
Content-Type: application/xml

Could this be the problem for Orbeon?

Mats

--- On Tue, 2/23/10, Mats Eklund <[hidden email]> wrote:

From: Mats Eklund <[hidden email]>
Subject: [ops-users] Firefox-Orbeon interop bug!?
To: [hidden email]
Date: Tuesday, February 23, 2010, 11:22 AM

Hi,

I'm still stuck with with what appears to be a Firefox/Orbeon interop bug. Basically Orbeon does not seem to recognize an external XML submission when sent from Firefox. With other browsers, such as IE, Opera etc, there's no problem!

I'm attaching a minimal sample app that demonstrates the isse. Just unpack it to the folder where the other orbeon apps reside, and direct the mentioned browsers to:

http://localhost:8080/orbeon/bug-ff/

Grateful for your help on this one!

Thanks,
Mats


-----Inline Attachment Follows-----


--
You receive this message as a subscriber of the ops-users@... mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Firefox-Orbeon interop bug!?

Mats Eklund-2
And:

http://www.experts-exchange.com/Programming/Languages/Scripting/AJAX/Q_24584541.html

Erik or Alex, can we have this fixed in the next days? Please note that I'm using the last pre-merge version of Orbeon, as the most recent nightly build had issues relating to running oxf:processors in scheduler context, so a patch should apply to that version.

Thanks in advance.
Mats

--- On Tue, 2/23/10, Mats Eklund <[hidden email]> wrote:

From: Mats Eklund <[hidden email]>
Subject: [ops-users] Re: Firefox-Orbeon interop bug!?
To: [hidden email]
Date: Tuesday, February 23, 2010, 4:44 PM

An update on this issue. I used Charles (web debugging proxy applicaiton) to inspect the traffic going to the server. Of course there are some minor differences in the HTTP request headers from the different browsers. The only thing which I could think of, and where Firefox differs from all other browsers, is the Content-Type header:

Firefox:
Content-Type: application/xml; charset=UTF-8

Opera, Chrome etc:
Content-Type: application/xml

Could this be the problem for Orbeon?

Mats

--- On Tue, 2/23/10, Mats Eklund <[hidden email]> wrote:

From: Mats Eklund <[hidden email]>
Subject: [ops-users] Firefox-Orbeon interop bug!?
To: [hidden email]
Date: Tuesday, February 23, 2010, 11:22 AM

Hi,

I'm still stuck with with what appears to be a Firefox/Orbeon interop bug. Basically Orbeon does not seem to recognize an external XML submission when sent from Firefox. With other browsers, such as IE, Opera etc, there's no problem!

I'm attaching a minimal sample app that demonstrates the isse. Just unpack it to the folder where the other orbeon apps reside, and direct the mentioned browsers to:

http://localhost:8080/orbeon/bug-ff/

Grateful for your help on this one!

Thanks,
Mats


-----Inline Attachment Follows-----


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws


-----Inline Attachment Follows-----


--
You receive this message as a subscriber of the ops-users@... mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Firefox-Orbeon interop bug!?

Alessandro  Vernet
Administrator
Hi Mats,

Good catch, and thank you for the easily reproducible test case! I
just pushed the fix to GitHub, and it will be in the next nightly
build. You'll let us know of this works for you. For reference, the
bug is:

http://forge.ow2.org/tracker/index.php?func=detail&aid=314754&group_id=168&atid=350207

Alex

On Tue, Feb 23, 2010 at 7:51 AM, Mats Eklund <[hidden email]> wrote:

>
> And:
>
> http://www.experts-exchange.com/Programming/Languages/Scripting/AJAX/Q_24584541.html
>
> Erik or Alex, can we have this fixed in the next days? Please note that I'm using the last pre-merge version of Orbeon, as the most recent nightly build had issues relating to running oxf:processors in scheduler context, so a patch should apply to that version.
>
> Thanks in advance.
> Mats
>
> --- On Tue, 2/23/10, Mats Eklund <[hidden email]> wrote:
>
> From: Mats Eklund <[hidden email]>
> Subject: [ops-users] Re: Firefox-Orbeon interop bug!?
> To: [hidden email]
> Date: Tuesday, February 23, 2010, 4:44 PM
>
> An update on this issue. I used Charles (web debugging proxy applicaiton) to inspect the traffic going to the server. Of course there are some minor differences in the HTTP request headers from the different browsers. The only thing which I could think of, and where Firefox differs from all other browsers, is the Content-Type header:
>
> Firefox:
> Content-Type: application/xml; charset=UTF-8
>
> Opera, Chrome etc:
> Content-Type: application/xml
>
> Could this be the problem for Orbeon?
>
> Mats
>
> --- On Tue, 2/23/10, Mats Eklund <[hidden email]> wrote:
>
> From: Mats Eklund <[hidden email]>
> Subject: [ops-users] Firefox-Orbeon interop bug!?
> To: [hidden email]
> Date: Tuesday, February 23, 2010, 11:22 AM
>
> Hi,
>
> I'm still stuck with with what appears to be a Firefox/Orbeon interop bug. Basically Orbeon does not seem to recognize an external XML submission when sent from Firefox. With other browsers, such as IE, Opera etc, there's no problem!
>
> I'm attaching a minimal sample app that demonstrates the isse. Just unpack it to the folder where the other orbeon apps reside, and direct the mentioned browsers to:
>
> http://localhost:8080/orbeon/bug-ff/
>
> Grateful for your help on this one!
>
> Thanks,
> Mats
>
>
> -----Inline Attachment Follows-----
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>
> -----Inline Attachment Follows-----
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Re: Firefox-Orbeon interop bug!?

Mats Eklund-2
Thanks Alex. Just to confirm, can I obtain this fix for the pre-merge version or do I have to download the very latest build (which a few weeks ago had issues described below).

--- On Wed, 2/24/10, Alessandro Vernet <[hidden email]> wrote:

From: Alessandro Vernet <[hidden email]>
Subject: [ops-users] Re: Re: Re: Firefox-Orbeon interop bug!?
To: [hidden email]
Date: Wednesday, February 24, 2010, 12:45 AM

Hi Mats,

Good catch, and thank you for the easily reproducible test case! I
just pushed the fix to GitHub, and it will be in the next nightly
build. You'll let us know of this works for you. For reference, the
bug is:

http://forge.ow2.org/tracker/index.php?func=detail&aid=314754&group_id=168&atid=350207

Alex

On Tue, Feb 23, 2010 at 7:51 AM, Mats Eklund <mats.eklund@...> wrote:

>
> And:
>
> http://www.experts-exchange.com/Programming/Languages/Scripting/AJAX/Q_24584541.html
>
> Erik or Alex, can we have this fixed in the next days? Please note that I'm using the last pre-merge version of Orbeon, as the most recent nightly build had issues relating to running oxf:processors in scheduler context, so a patch should apply to that version.
>
> Thanks in advance.
> Mats
>
> --- On Tue, 2/23/10, Mats Eklund <mats.eklund@...> wrote:
>
> From: Mats Eklund <mats.eklund@...>
> Subject: [ops-users] Re: Firefox-Orbeon interop bug!?
> To: ops-users@...
> Date: Tuesday, February 23, 2010, 4:44 PM
>
> An update on this issue. I used Charles (web debugging proxy applicaiton) to inspect the traffic going to the server. Of course there are some minor differences in the HTTP request headers from the different browsers. The only thing which I could think of, and where Firefox differs from all other browsers, is the Content-Type header:
>
> Firefox:
> Content-Type: application/xml; charset=UTF-8
>
> Opera, Chrome etc:
> Content-Type: application/xml
>
> Could this be the problem for Orbeon?
>
> Mats
>
> --- On Tue, 2/23/10, Mats Eklund <mats.eklund@...> wrote:
>
> From: Mats Eklund <mats.eklund@...>
> Subject: [ops-users] Firefox-Orbeon interop bug!?
> To: ops-users@...
> Date: Tuesday, February 23, 2010, 11:22 AM
>
> Hi,
>
> I'm still stuck with with what appears to be a Firefox/Orbeon interop bug. Basically Orbeon does not seem to recognize an external XML submission when sent from Firefox. With other browsers, such as IE, Opera etc, there's no problem!
>
> I'm attaching a minimal sample app that demonstrates the isse. Just unpack it to the folder where the other orbeon apps reside, and direct the mentioned browsers to:
>
> http://localhost:8080/orbeon/bug-ff/
>
> Grateful for your help on this one!
>
> Thanks,
> Mats
>
>
> -----Inline Attachment Follows-----
>
>
> --
> You receive this message as a subscriber of the ops-users@... mailing list.
> To unsubscribe: mailto:ops-users-unsubscribe@...
> For general help: mailto:sympa@...?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>
> -----Inline Attachment Follows-----
>
>
> --
> You receive this message as a subscriber of the ops-users@... mailing list.
> To unsubscribe: mailto:ops-users-unsubscribe@...
> For general help: mailto:sympa@...?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>
>
> --
> You receive this message as a subscriber of the ops-users@... mailing list.
> To unsubscribe: mailto:ops-users-unsubscribe@...
> For general help: mailto:sympa@...?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>



--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet

-----Inline Attachment Follows-----


--
You receive this message as a subscriber of the ops-users@... mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Re: Re: Firefox-Orbeon interop bug!?

Alessandro  Vernet
Administrator
Mats,

I did the fix in a file which hasn't changed much recently, so I would
think that you should be able to apply those changes on the version
you are using. See the fix here:

http://github.com/orbeon/orbeon-forms/commit/c33c9f7f54a653416b947c3fedc3c0b1e6929d9c

And ignore that added debug="request-info" attribute, which I just
added for debugging, and check in by mistake.

Alex

On Wed, Feb 24, 2010 at 12:53 PM, Mats Eklund <[hidden email]> wrote:

>
> Thanks Alex. Just to confirm, can I obtain this fix for the pre-merge version or do I have to download the very latest build (which a few weeks ago had issues described below).
>
> --- On Wed, 2/24/10, Alessandro Vernet <[hidden email]> wrote:
>
> From: Alessandro Vernet <[hidden email]>
> Subject: [ops-users] Re: Re: Re: Firefox-Orbeon interop bug!?
> To: [hidden email]
> Date: Wednesday, February 24, 2010, 12:45 AM
>
> Hi Mats,
>
> Good catch, and thank you for the easily reproducible test case! I
> just pushed the fix to GitHub, and it will be in the next nightly
> build. You'll let us know of this works for you. For reference, the
> bug is:
>
> http://forge.ow2.org/tracker/index.php?func=detail&aid=314754&group_id=168&atid=350207
>
> Alex
>
> On Tue, Feb 23, 2010 at 7:51 AM, Mats Eklund <[hidden email]> wrote:
> >
> > And:
> >
> > http://www.experts-exchange.com/Programming/Languages/Scripting/AJAX/Q_24584541.html
> >
> > Erik or Alex, can we have this fixed in the next days? Please note that I'm using the last pre-merge version of Orbeon, as the most recent nightly build had issues relating to running oxf:processors in scheduler context, so a patch should apply to that version.
> >
> > Thanks in advance.
> > Mats
> >
> > --- On Tue, 2/23/10, Mats Eklund <[hidden email]> wrote:
> >
> > From: Mats Eklund <[hidden email]>
> > Subject: [ops-users] Re: Firefox-Orbeon interop bug!?
> > To: [hidden email]
> > Date: Tuesday, February 23, 2010, 4:44 PM
> >
> > An update on this issue. I used Charles (web debugging proxy applicaiton) to inspect the traffic going to the server. Of course there are some minor differences in the HTTP request headers from the different browsers. The only thing which I could think of, and where Firefox differs from all other browsers, is the Content-Type header:
> >
> > Firefox:
> > Content-Type: application/xml; charset=UTF-8
> >
> > Opera, Chrome etc:
> > Content-Type: application/xml
> >
> > Could this be the problem for Orbeon?
> >
> > Mats
> >
> > --- On Tue, 2/23/10, Mats Eklund <[hidden email]> wrote:
> >
> > From: Mats Eklund <[hidden email]>
> > Subject: [ops-users] Firefox-Orbeon interop bug!?
> > To: [hidden email]
> > Date: Tuesday, February 23, 2010, 11:22 AM
> >
> > Hi,
> >
> > I'm still stuck with with what appears to be a Firefox/Orbeon interop bug. Basically Orbeon does not seem to recognize an external XML submission when sent from Firefox. With other browsers, such as IE, Opera etc, there's no problem!
> >
> > I'm attaching a minimal sample app that demonstrates the isse. Just unpack it to the folder where the other orbeon apps reside, and direct the mentioned browsers to:
> >
> > http://localhost:8080/orbeon/bug-ff/
> >
> > Grateful for your help on this one!
> >
> > Thanks,
> > Mats
> >
> >
> > -----Inline Attachment Follows-----
> >
> >
> > --
> > You receive this message as a subscriber of the [hidden email] mailing list.
> > To unsubscribe: mailto:[hidden email]
> > For general help: mailto:[hidden email]?subject=help
> > OW2 mailing lists service home page: http://www.ow2.org/wws
> >
> >
> > -----Inline Attachment Follows-----
> >
> >
> > --
> > You receive this message as a subscriber of the [hidden email] mailing list.
> > To unsubscribe: mailto:[hidden email]
> > For general help: mailto:[hidden email]?subject=help
> > OW2 mailing lists service home page: http://www.ow2.org/wws
> >
> >
> >
> > --
> > You receive this message as a subscriber of the [hidden email] mailing list.
> > To unsubscribe: mailto:[hidden email]
> > For general help: mailto:[hidden email]?subject=help
> > OW2 mailing lists service home page: http://www.ow2.org/wws
> >
>
>
>
> --
> Orbeon Forms - Web forms, open-source, for the Enterprise -
> http://www.orbeon.com/
> My Twitter: http://twitter.com/avernet
>
> -----Inline Attachment Follows-----
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet