uPortal

My testing grounds for changes to be merged to Apereo uPortal

This project is maintained by ChristianMurphy

Configuration Options

Caching

Caching soffit content in the portal is available via the standard HTTP header Cache-Control. You must set Cache-Control as an HTTP response header to take advantage of this feature.

Example

Cache-Control: public, max-age=300

Cache scope may be public (shared by all users) or private (cached per-user). Specify max-age in seconds.

Cache re-validation is not yet supported, so…

Cache-Control: no-store

and…

Cache-Control: no-cache

currently have the same effect.