forked from openhab/openhab-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Icon servlet: Set Cache-Control header to enable icon caching (openha…
…b#4336) I have removed the Modified-Since handling as it did not have an effect due to the missing Cache-Control header, and instead added Cache-Control with a max-age set. This enables "forever" caching of icons, which should be fine since they are static assets. Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
- Loading branch information
1 parent
289f063
commit 1ce5b37
Showing
1 changed file
with
1 addition
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters