Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / server / CacheFilter.java @ 086c7250

History | View | Annotate | Download (2.6 kB)

# Date Author Comment
023f6f1e 07/08/2010 01:57 pm Panagiotis Astithas

- Add an administration application.
- Remove the redundant RequestBuilder wrapper for efficiency.
- Fix warnings.
- Ignore the admin app build artifacts.
- Guard against users without userclasses in the DB.
- Add a dev mode launcher for debugging the admin app.

5ffd24ee 11/03/2009 05:40 pm Panagiotis Astithas

Don't cache the API responses, since we do it in the various operation handlers.

c17c7081 11/02/2009 06:24 pm Panagiotis Astithas

Don't cache the login, nonce, token and policy paths.

4812228e 10/30/2009 05:00 pm Panagiotis Astithas

Make sure nocache files are never cached and cache files are cached for a year. This way redeployments should never require cleaning the browser cache again. Also, cache everything else for 40 days, to make the application startup snappier.