This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 26993bb6c62f7d3da2afc1943df6df741b8c116a Author: Rémi KOWALSKI <[email protected]> AuthorDate: Tue Nov 5 15:49:40 2019 +0100 JAMES-2956 Add documentation for html body in response for request using a malformed URL --- src/site/markdown/server/manage-webadmin.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md index 2fb39ba..1f6aac7 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -24,6 +24,8 @@ In case of any error, the system will return an error message which is json form Also be aware that, in case things go wrong, all endpoints might return a 500 internal error (with a JSON body formatted as exposed above). To avoid information duplication, this is ommited on endpoint specific documentation. +Finally, please note that in case of a malformed URL the 400 bad request response will contains an HTML body. + ## Navigation menu - [HealthCheck](#HealthCheck) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
