[
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
John J Barton ---06/22/2012 10:38:36 AM---I guess the 401 is unrelated to the DOMException. jjb
![]()
| ![]()
John J Barton <johnjbarton@xxxxxxxxxxxxxxx> |
![]()
| ![]()
Orion developer discussions <orion-dev@xxxxxxxxxxx> |
![]()
| ![]()
06/22/2012 10:38 AM |
![]()
| ![]()
Re: [orion-dev] 401 error at orion.eclipse.org |
![]()
| ![]()
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:

