Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 374274

Summary: Disable caching of startup page completely
Product: [RT] RAP Reporter: Ralf Sternberg <rsternberg>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 1.5   
Target Milestone: 1.5 M6   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Ralf Sternberg CLA 2012-03-14 12:30:35 EDT
Caching of the startup page is ineffective since the Cache-Control headers (see bug 220733) prevent browsers from caching the page.

Since all JavaScript and theming files are now registered as resources and thus will be cached by the browser, and the startup page itself is only a few K in size, we can remove the code that deals with caching from the startup page. This simplifies the startup page logic and ensures that we can always send up-to-date information to the client.
Comment 1 Ralf Sternberg CLA 2012-03-14 17:43:18 EDT
Changes are in CVS HEAD.