www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit a937c99f093728aa3147dcca499d4356a5d0d234
parent aedd36156946970abe0b1638aafe70e8a20d185f
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 13 Feb 2018 18:25:11 -0500

Return "Not Implemented" from server for 501, not "Method Not Implemented"

Diffstat:
Mchrome/content/zotero/xpcom/server.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/server.js b/chrome/content/zotero/xpcom/server.js @@ -33,7 +33,7 @@ Zotero.Server = new function() { 404:"Not Found", 412:"Precondition Failed", 500:"Internal Server Error", - 501:"Method Not Implemented", + 501:"Not Implemented", 504:"Gateway Timeout" };