You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some icons aren't loaded anymore in Sitemaps and notifications. My guess is that the original fetch was unsuccessful and that this error has been cached.
The text was updated successfully, but these errors were encountered:
I noticed that myopenhab.org sometimes returns http code 200 for an icon and a valid svg content type, but the content length is 0. In that case, change to http code to 500 to avoid caching.
Fixesopenhab#3733
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
I noticed that myopenhab.org sometimes returns http code 200 for an icon and a valid svg content type, but the content length is 0. In that case, change to http code to 500 to avoid caching.
Fixes#3733
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
I noticed that myopenhab.org sometimes returns http code 200 for an icon and a valid svg content type, but the content length is 0. In that case, change to http code to 500 to avoid caching.
#3743 went too far and made valid requests without body to fail, see #3759
Actual behaviour
Some icons aren't loaded anymore in Sitemaps and notifications. My guess is that the original fetch was unsuccessful and that this error has been cached.
The text was updated successfully, but these errors were encountered: