Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] 401 error at orion.eclipse.org

Excellent -- I knew this release was going to smoothly ;)
Seriously though, thanks Andrew,

I'm seeing it in Canary (Chrome22) too and think this is a genuine bug and quite possibly something we should look at understanding well and "potentially" fixing tomorrow.
The error is occurring in plugin.js when we try to serialize the xhr in the 401 error response (specifically xhr.responseBlob). It's not an entirely new problem and we used JSON.parse(JSON.stringify(errorResponse)) to handle this situation however now JSON.stringify is throwing a DOMException apparently in Chrome 21+. I'm guessing this is a pretty serious regression in Chrome and will log it there but at the same time we should maybe look to protect ourselves better.

The simplest testcase I have to illustrate the problem is....
JSON.stringify(new XMLHttpRequest());

https://bugs.eclipse.org/bugs/show_bug.cgi?id=383281

-Simon






Inactive hide details for Andrew Eisenberg ---06/21/2012 07:50:13 PM---Interesting...I was on the dev stream of google chrome (Andrew Eisenberg ---06/21/2012 07:50:13 PM---Interesting...I was on the dev stream of google chrome (version 21.something). I reverted to the st


    From:

Andrew Eisenberg <andrew@xxxxxxxxxxxx>

    To:

Orion developer discussions <orion-dev@xxxxxxxxxxx>

    Date:

06/21/2012 07:50 PM

    Subject:

Re: [orion-dev] 401 error at orion.eclipse.org

    Sent by:

orion-dev-bounces@xxxxxxxxxxx




Interesting...I was on the dev stream of google chrome (version
21.something). I reverted to the standard branch and I am able to log
in now.

On Thu, Jun 21, 2012 at 4:44 PM, Andrew Eisenberg <andrew@xxxxxxxxxxxx> wrote:
> Hi all,
>
> I'm currently seeing a 401 error when I go to orion.eclipse.org when I
> use Chrome.  Firefox is OK.  I get the same behaviour when I use head
> from master (401 error on Chrome, firefox is no problem).  I cleared
> my history in chrome.  Any ideas what may be wrong?
>
> --a
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev



GIF image

GIF image


Back to the top