Make gerrit's HttpServletRequest and HttpServletResponse visible to http plugins
Introduce a @RootRelative annotation for plugins to use to request the
HttpServletRequest and HttpServletResponse from gerrit.
The annotation distinguishes these request and response objects from
those injected by guice's ServletModule when http plugins are handling
a request.
This is needed to eventually allow plugins to replace gerrit's
WebSession implementation.
Change-Id: Idc8c248540deadb10644aca9a1ad92d28e07aad3
3 files changed