Go to file
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
2013-11-28 22:56:51 -08:00
2014-04-14 12:11:12 -07:00
2013-11-30 01:53:00 -08:00
2013-11-28 22:56:51 -08:00
2014-04-29 14:23:44 +02:00
2014-04-25 18:40:35 +01:00
2013-11-09 07:45:00 +01:00
2014-03-27 01:20:35 +00:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
2014-03-18 14:45:46 +09:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB