From 7d6347c39032e529ddffb5a751dbcaf2d9a6d9a9 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Tue, 28 May 2024 18:31:02 +0300 Subject: Add new issue: fix-gn2-generic-error-codes. --- issues/fix-gn2-generic-error-codes.gmi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 issues/fix-gn2-generic-error-codes.gmi diff --git a/issues/fix-gn2-generic-error-codes.gmi b/issues/fix-gn2-generic-error-codes.gmi new file mode 100644 index 0000000..b93a0a2 --- /dev/null +++ b/issues/fix-gn2-generic-error-codes.gmi @@ -0,0 +1,17 @@ +# Bug: Incorrect code for GN2 generic error handler + +## Tags + +* type: bug +* priority: medium +* status: open +* assigned: alexm +* keywords: errors, Exceptions, gn2, Bug + +## Description +The GN2 generic error handler returns a `200` status code for exceptions +raised at the application level when returning a response object, which is incorrect. + +This commit fixes this issue: + +=> https://github.com/genenetwork/genenetwork2/commit/632dbb8921228b3f0973043dde545fecca572691 \ No newline at end of file -- cgit v1.2.3