diff --git a/site/content/3.12/release-notes/version-3.12/incompatible-changes-in-3-12.md b/site/content/3.12/release-notes/version-3.12/incompatible-changes-in-3-12.md index 9a5311bb92..c04a497483 100644 --- a/site/content/3.12/release-notes/version-3.12/incompatible-changes-in-3-12.md +++ b/site/content/3.12/release-notes/version-3.12/incompatible-changes-in-3-12.md @@ -970,6 +970,15 @@ to be outside the expected range of `[-1, 1]`. It is recommended to recreate all vector indexes that use the `cosine` metric after upgrading to v3.12.6 or later. +## Added error reporting for invalid requests + +Introduced in: v3.12.6 + +When _arangod_ parses HTTP requests and encounters an unexpected `Content-Length` +header or an invalid URL, it now sends a response with an error object instead +of closing the connection, e.g. that the URL is corrupt with an HTTP status code +of 400. + ## HTTP RESTful API ### JavaScript-based traversal using `/_api/traversal` removed diff --git a/site/content/3.13/release-notes/version-3.12/incompatible-changes-in-3-12.md b/site/content/3.13/release-notes/version-3.12/incompatible-changes-in-3-12.md index 9a5311bb92..c04a497483 100644 --- a/site/content/3.13/release-notes/version-3.12/incompatible-changes-in-3-12.md +++ b/site/content/3.13/release-notes/version-3.12/incompatible-changes-in-3-12.md @@ -970,6 +970,15 @@ to be outside the expected range of `[-1, 1]`. It is recommended to recreate all vector indexes that use the `cosine` metric after upgrading to v3.12.6 or later. +## Added error reporting for invalid requests + +Introduced in: v3.12.6 + +When _arangod_ parses HTTP requests and encounters an unexpected `Content-Length` +header or an invalid URL, it now sends a response with an error object instead +of closing the connection, e.g. that the URL is corrupt with an HTTP status code +of 400. + ## HTTP RESTful API ### JavaScript-based traversal using `/_api/traversal` removed