-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
Upgrade to Karaf 4.4.3 #1600
Upgrade to Karaf 4.4.3 #1600
Conversation
4c3ee65
to
8ed5fdf
Compare
There is one issue with MainUI, the openHAB logo in the upper left corner is not properly loading. I couldn't figure out why. BasicUI is fine as far as I can see. I can't check the full build because as mentioned in #1353 it's not possible to build HaBOT on Apple Silicon. |
Did you get the openHAB logo to load? |
it's still an issue so I'll add it to the todos. |
Maybe @digitaldan can help us here? |
Can someone post a screenshot from the chrome developer/debug window of the network request (including headers and response) failing ? |
Hmm, there's no content type on that like |
Yes, two headers are missing:
Requesting the file directly shows the correct file. |
I found that the reason for the missing content-type is that the MIME-type map in the ContextHandler is empty. I didn’t check if that was the case before. |
The content type is cached as well and based on the See: |
And that works? I was already there with the debugger, but |
It looks empty but if it is empty it falls back to use |
* Rework Servlets to use Http Whiteboard annotations in favor of proprietary `org.openhab.core.io.http.servlet` classes Also-by: Jan N. Klug <[email protected]> Signed-off-by: Wouter Born <[email protected]>
@openhab/webui-maintainers can you review this PR? |
org.openhab.core.io.http.servlet
classesDepends on openhab/openhab-core#3252
To do:
Fixes #1172