google-nomulus/java/google/registry/module/tools
guyben 3f6585fccc Reduce duplicate code in the servlets
Currently, all 4 servlets (backend, frontend, pubapi, tools) have duplicates of
the same exact code.

That's an anti-pattern!

Created a ServletBase they can all extend which has the duplicate code.

As a bonus, the tools servlet now runs the metric reporter, meaning tool
related metrics will now be reported!

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=219792176
2018-11-02 14:44:22 -04:00
..
BUILD Reduce duplicate code in the servlets 2018-11-02 14:44:22 -04:00
ToolsComponent.java Reduce duplicate code in the servlets 2018-11-02 14:44:22 -04:00
ToolsRequestComponent.java Remove deprecated PublishDetailReportAction 2018-06-06 14:59:30 -04:00
ToolsRequestHandler.java Remove requireLogin action attribute 2017-06-21 10:04:05 -04:00
ToolsServlet.java Reduce duplicate code in the servlets 2018-11-02 14:44:22 -04:00