gerrit/gerrit-httpd
Ahaan Ugale 3e107f55d7 Allow plugins to replace the WebSession implementation
Plugins can replace the existing implementation with the statement:
DynamicItem.bind(binder(), WebSession.class).to(...);
in a module designated as a "<Gerrit-HttpModule>" in the manifest.

Just the Cache implementation used for web sessions can be changed
by binding to a subclass of the now abstract CacheBasedWebSession
which supplies the Cache in the superclass constructor.

This is a step towards solving web session issues with multi-master.

Change-Id: I255661a62cfcbfe07646cb90005764061d618f3d
2014-05-01 16:06:14 -06:00
..
src Allow plugins to replace the WebSession implementation 2014-05-01 16:06:14 -06:00
BUCK Switch to the xsiframe GWT linker 2014-03-07 18:14:09 +00:00