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

Sort of... the DOMException is thrown when we try to serialize the XHR in an error response and internally (I suspect) the responseBlob throws the DOMException when accessed. We obviously have no business returning the xhr in our error response but that will have to be a chage for 1.0 when we document the error case for our service APIs . For 0.5 I think the most pragmatic thing to do is to use a JSON.stringify replacer to specifically handle the XHR serialization.
-Simon

Inactive hide details for John J Barton ---06/22/2012 10:38:36 AM---I guess the 401 is unrelated to the DOMException. jjbJohn J Barton ---06/22/2012 10:38:36 AM---I guess the 401 is unrelated to the DOMException. jjb


    From:

John J Barton <johnjbarton@xxxxxxxxxxxxxxx>

    To:

Orion developer discussions <orion-dev@xxxxxxxxxxx>

    Date:

06/22/2012 10:38 AM

    Subject:

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

    Sent by:

orion-dev-bounces@xxxxxxxxxxx




I guess the 401 is unrelated to the DOMException.

jjb

On Jun 21, 2012 10:51 PM, "Zachariah Moreno" <xachmoreno@xxxxxxxxx> wrote:

GIF image

GIF image


Back to the top