Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 427 Status Code from Handlers that don't Connect to JVM #314

Merged
merged 1 commit into from
Oct 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions HTTP_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,6 @@
There will be an `X-WWW-Authenticate: $SCHEME` header that indicates
the authentication scheme that is used.

`427` - JMX authentication failed. The body is an error message.
There will be an `X-JMX-Authenticate: $SCHEME` header that indicates
the authentication scheme that is used.

`500` - There was an unexpected error. The body is an error message.

###### example
Expand Down Expand Up @@ -288,10 +284,6 @@

`404` - The recording could not be found. The body is an error message.

`427` - JMX authentication failed. The body is an error message.
There will be an `X-JMX-Authenticate: $SCHEME` header that indicates
the authentication scheme that is used.

`500` - The recording was found but it could not be deleted.
Or there was an unexpected error. The body is an error message.

Expand Down Expand Up @@ -322,10 +314,6 @@

`404` - The recording could not be found. The body is an error message.

`427` - JMX authentication failed. The body is an error message.
There will be an `X-JMX-Authenticate: $SCHEME` header that indicates
the authentication scheme that is used.

`500` - The recording was found but it could not be written to the response.
Or there was an unexpected error. The body is an error message.

Expand Down Expand Up @@ -356,10 +344,6 @@
There will be an `X-WWW-Authenticate: $SCHEME` header that indicates
the authentication scheme that is used.

`427` - JMX authentication failed. The body is an error message.
There will be an `X-JMX-Authenticate: $SCHEME` header that indicates
the authentication scheme that is used.

`500` - There was an unexpected error. The body is an error message.

`501` - The archive path where recordings are saved could not be accessed.
Expand Down Expand Up @@ -427,10 +411,6 @@
There will be an `X-WWW-Authenticate: $SCHEME` header that indicates
the authentication scheme that is used.

`427` - JMX authentication failed. The body is an error message.
There will be an `X-JMX-Authenticate: $SCHEME` header that indicates
the authentication scheme that is used.

`500` - There was an unexpected error. The body is an error message.

`503` - `CONTAINER_JFR_ARCHIVE_PATH` is an invalid directory.
Expand Down Expand Up @@ -466,10 +446,6 @@

`404` - The recording could not be found. The body is an error message.

`427` - JMX authentication failed. The body is an error message.
There will be an `X-JMX-Authenticate: $SCHEME` header that indicates
the authentication scheme that is used.

`500` - There was an unexpected error. The body is an error message.

`501` - The Grafana datasource URL is malformed.
Expand Down Expand Up @@ -503,10 +479,6 @@

`404` - The report could not be found. The body is an error message.

`427` - JMX authentication failed. The body is an error message.
There will be an `X-JMX-Authenticate: $SCHEME` header that indicates
the authentication scheme that is used.

`500` - There was an unexpected error. The body is an error message.

###### example
Expand Down Expand Up @@ -1167,10 +1139,6 @@
There will be an `X-WWW-Authenticate: $SCHEME` header that indicates
the authentication scheme that is used.

`427` - JMX authentication failed. The body is an error message.
There will be an `X-JMX-Authenticate: $SCHEME` header that indicates
the authentication scheme that is used.

`500` - `CONTAINER_JFR_TEMPLATE_PATH` is not set,
or it is set to an invalid path, or there was an unexpected error.
The body is an error message.
Expand Down Expand Up @@ -1203,10 +1171,6 @@
There will be an `X-WWW-Authenticate: $SCHEME` header that indicates
the authentication scheme that is used.

`427` - JMX authentication failed. The body is an error message.
There will be an `X-JMX-Authenticate: $SCHEME` header that indicates
the authentication scheme that is used.

`500` - `CONTAINER_JFR_TEMPLATE_PATH` is not set,
or it is set to an invalid path, or there was an unexpected error.
The body is an error message.
Expand Down