Redirects broken in latest Firefox nightly.

Bug reports and enhancement requests
Post Reply
KWierso
Posts: 13
Joined: Fri May 08, 2009 7:35 am

Redirects broken in latest Firefox nightly.

Post by KWierso »

In today's Minefield build, NoScript seems to be blocking redirects on pages.

I'd suspect bug 313646, but I haven't had a chance to test a previous hourly prior to that landing.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7pre) Gecko/20100917 Firefox/4.0b7pre
tmeader
Posts: 12
Joined: Fri Sep 17, 2010 3:49 pm

Re: Redirects broken in latest Firefox nightly.

Post by tmeader »

I can confirm the same behavior. With Noscript 2.0.3.1rc4 and the 20100917 build of the latest Firefox 4 nightly, I can no longer access any of our internal sites which use an Apache pass though proxy front-end for RSA authentication. As soon as the RSA auth succeeds instead of the redirect going through, we're brought to a blank page that just says "redirect" and stops.

Still working fine with 2.0.3.1rc4 on Firefox 3.6.10.

Thanks.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10
KWierso
Posts: 13
Joined: Fri May 08, 2009 7:35 am

Re: Redirects broken in latest Firefox nightly.

Post by KWierso »

Well, I installed an hourly from the build just before that bug's push, and redirects are still broken.

Going back further now.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7pre) Gecko/20100916 Firefox/4.0b7pre
KWierso
Posts: 13
Joined: Fri May 08, 2009 7:35 am

Re: Redirects broken in latest Firefox nightly.

Post by KWierso »

Okay, did some testing.

Working changeset: d26b67ebd5de

Broken changeset: 8745a2a64e23


Stuff that happened in between: f1f07a0a036b (TM merge)
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7pre) Gecko/20100916 Firefox/4.0b7pre
darkassain
Posts: 3
Joined: Thu Aug 26, 2010 9:22 pm

Re: Redirects broken in latest Firefox nightly.

Post by darkassain »

KWierso which is the last hourly build that worked?
my thoughts would be the async api must have changed somehow, but now im not so sure... :?
Last edited by darkassain on Fri Sep 17, 2010 6:07 pm, edited 1 time in total.
Mozilla/5.0 (Windows NT 5.1; rv:2.0b7pre) Gecko/20100917 Firefox/4.0b7pre
tmeader
Posts: 12
Joined: Fri Sep 17, 2010 3:49 pm

Re: Redirects broken in latest Firefox nightly.

Post by tmeader »

Thanks much for identifying this. Georgio, any idea of anything in:

http://hg.mozilla.org/mozilla-central/p ... f07a0a036b

changeset that stands out as causing problems with NoScript redirection? Anything I can do to help diagnose?

Thanks.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10
KWierso
Posts: 13
Joined: Fri May 08, 2009 7:35 am

Re: Redirects broken in latest Firefox nightly.

Post by KWierso »

Disabling jaegermonkey doesn't fix it, either.

Darkassain: http://ftp.mozilla.org/pub/mozilla.org/ ... 284654772/ latest working windows build.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7pre) Gecko/20100916 Firefox/4.0b7pre
tmeader
Posts: 12
Joined: Fri Sep 17, 2010 3:49 pm

Re: Redirects broken in latest Firefox nightly.

Post by tmeader »

Going through with Firebug it seems that on the nightlies it stops on any messages with the 302 status code. When using 3.6.10 with Firebug, the 302's are getting acknowledged, followed by the subsequent 303's which load the redirected resources properly.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Redirects broken in latest Firefox nightly.

Post by Giorgio Maone »

Confirmed, and the culprit has nothing to do with networking.
Strange as it may seem, it is due to an apparent bug in the Array.slice() generic method and/or in JavaScript prototype chain (Array specific?)
I'm checking how wide the fallout is, beside this redirect issue, and providing a work-around in next dev build.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10
KWierso
Posts: 13
Joined: Fri May 08, 2009 7:35 am

Re: Redirects broken in latest Firefox nightly.

Post by KWierso »

Lots of changes regarding strictmode in that merge. Maybe related?

EDIT: Really need to remember to refresh before posting...
Last edited by KWierso on Fri Sep 17, 2010 6:57 pm, edited 1 time in total.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7pre) Gecko/20100916 Firefox/4.0b7pre
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Redirects broken in latest Firefox nightly.

Post by Giorgio Maone »

Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10
Post Reply