-
-
Notifications
You must be signed in to change notification settings - Fork 424
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
Warning "HTTP 415 Unsupported Media Type" in Nightly Build #2339 #2312
Comments
It seems to occur when an OH Cloud instance does some REST API calls, see: |
digitaldan
added a commit
to digitaldan/openhab-addons
that referenced
this issue
Apr 27, 2021
This fixes a number of open issues due to the fact that we were only accepting a limited number of http method types. The effect of this was some functionality like DELETE or HEAD requests would just not work when using the cloud service, which madee our UI look broken in different ways, also it poluted the users log with a lot of messages. openhab/openhab-core#2312 openhab/openhab-cloud#328 Signed-off-by: Dan Cunningham <[email protected]>
themillhousegroup
pushed a commit
to themillhousegroup/openhab2-addons
that referenced
this issue
May 10, 2021
…10600) * Accept all Jetty supported http method types This fixes a number of open issues due to the fact that we were only accepting a limited number of http method types. The effect of this was some functionality like DELETE or HEAD requests would just not work when using the cloud service, which madee our UI look broken in different ways, also it poluted the users log with a lot of messages. Fixes openhab/openhab-core#2312 Fixes openhab/openhab-cloud#328 Signed-off-by: Dan Cunningham <[email protected]> Signed-off-by: John Marshall <[email protected]>
computergeek1507
pushed a commit
to computergeek1507/openhab-addons
that referenced
this issue
Jul 13, 2021
…10600) * Accept all Jetty supported http method types This fixes a number of open issues due to the fact that we were only accepting a limited number of http method types. The effect of this was some functionality like DELETE or HEAD requests would just not work when using the cloud service, which madee our UI look broken in different ways, also it poluted the users log with a lot of messages. Fixes openhab/openhab-core#2312 Fixes openhab/openhab-cloud#328 Signed-off-by: Dan Cunningham <[email protected]>
frederictobiasc
pushed a commit
to frederictobiasc/openhab-addons
that referenced
this issue
Oct 26, 2021
…10600) * Accept all Jetty supported http method types This fixes a number of open issues due to the fact that we were only accepting a limited number of http method types. The effect of this was some functionality like DELETE or HEAD requests would just not work when using the cloud service, which madee our UI look broken in different ways, also it poluted the users log with a lot of messages. Fixes openhab/openhab-core#2312 Fixes openhab/openhab-cloud#328 Signed-off-by: Dan Cunningham <[email protected]>
thinkingstone
pushed a commit
to thinkingstone/openhab-addons
that referenced
this issue
Nov 7, 2021
…10600) * Accept all Jetty supported http method types This fixes a number of open issues due to the fact that we were only accepting a limited number of http method types. The effect of this was some functionality like DELETE or HEAD requests would just not work when using the cloud service, which madee our UI look broken in different ways, also it poluted the users log with a lot of messages. Fixes openhab/openhab-core#2312 Fixes openhab/openhab-cloud#328 Signed-off-by: Dan Cunningham <[email protected]>
marcfischerboschio
pushed a commit
to marcfischerboschio/openHABaddon
that referenced
this issue
Apr 20, 2022
* Accept all Jetty supported http method types This fixes a number of open issues due to the fact that we were only accepting a limited number of http method types. The effect of this was some functionality like DELETE or HEAD requests would just not work when using the cloud service, which madee our UI look broken in different ways, also it poluted the users log with a lot of messages. Fixes openhab/openhab-core#2312 Fixes openhab/openhab-cloud#328 Signed-off-by: Dan Cunningham <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get regularly (every 3-5 minutes) the following warning in my openhab log. The warning is there for a long time. Even disabling all bindings does not solve the problem.
The text was updated successfully, but these errors were encountered: