Return "Not Implemented" from server for 501, not "Method Not Implemented"
This commit is contained in:
parent
aedd361569
commit
a937c99f09
|
@ -33,7 +33,7 @@ Zotero.Server = new function() {
|
||||||
404:"Not Found",
|
404:"Not Found",
|
||||||
412:"Precondition Failed",
|
412:"Precondition Failed",
|
||||||
500:"Internal Server Error",
|
500:"Internal Server Error",
|
||||||
501:"Method Not Implemented",
|
501:"Not Implemented",
|
||||||
504:"Gateway Timeout"
|
504:"Gateway Timeout"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user