deegree / deegree-ogcapi

OGC API implementations based on deegree
GNU Lesser General Public License v2.1
5 stars 5 forks source link

Missing cache control on REST resources #130

Open tfr42 opened 2 weeks ago

tfr42 commented 2 weeks ago

Describe the bug Missing cache control for all jersey resource.

Expected behavior Cache control is added per default

Additional context See for more information about cahc https://psamsotha.github.io/jersey/2015/10/18/http-caching-with-jersey.html

Reference:

114