Modify

Opened 15 years ago

Closed 14 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.

Attachments (0)

Change History (1)

comment:1 by Gubaer, 14 years ago

Resolution: fixed
Status: newclosed

(In [2826]) fixed #2851: Proxy caching problem

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.