Opened 15 years ago
Closed 15 years ago
#2851 closed defect (fixed)
Proxy caching problem
Reported by: | Fabi2 | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
The plugin-version-list and old plugin jar-files are cached by the HTTP-Proxy I have to use.
This prevents updating of the plugins until I do a "wget --no-cache http://..." for the urls manuelly.
HTTP-Requests for the plugin list and the plugins and all other non-static files should therefore be non caching by adding a HTTP-Header such as Cache control: no-cache. Which should also be supported by the Java since the 1.6 API. It is also possible to let the Webserver add a non caching Header for these files.
(In [2826]) fixed #2851: Proxy caching problem