Skip to content

Commit

Permalink
Remove 427 status codes from handlers that don't connect to JVM (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
vic-ma authored Oct 26, 2020
1 parent 08a9ed6 commit 84b7498
Showing 1 changed file with 0 additions and 36 deletions.
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

0 comments on commit 84b7498

Please sign in to comment.