Package com.google.gerrit.httpd
@CheckReturnValue
package com.google.gerrit.httpd
-
ClassDescriptionFilters all HTTP requests passing through the server.Configures filter for authenticating REST requests.Stores user as a request attribute and/or response header, so servlets and reverse proxies can access it outside of the request/response scope.Configures Git access over HTTP with authentication.Serves Git repositories over HTTP.Stores the updated refs whenever they are updated, so that we can export this information in the response headers.Propagator for Guice's built-in servlet scope.Utility functions to deal with HTML using W3C DOM operations.Sets
CanonicalWebUrl
to current HTTP request if not configured.HttpServletResponse wrapper to allow response status code override.Redirects:domain.tld/123
todomain.tld/c/project/+/123
domain.tld/123/comment/bc630c55_3e265b44
todomain.tld/c/project/+/123/comment/bc630c55_3e265b44/
Executes any pendingRequestCleanup
at the end of a request.Set the request context for the downstream filters and invocation.Requires the connection to use SSL, redirects if not.Allows to listen and override the reponse to login/logout web actions.A thread safe class that contains details about a specific user web session.Pulls objects from the SSH injector over the HTTP injector.XSRF Constants.