Skip to content

Commit 759aadd

Browse files
authored
Replace Front/Back-end servlets with single TestServlet (#2874)
The servlets, at this point now that we're off GAE, are only used for the test server (and, indirectly, in one BSA test). Instead of having them all remain separate, we can unify them in one test servlet that lives in the test/ folder. This removes one avenue of potential confusion w/r/t how request routing actually works and where we would want to add new routing.
1 parent 816180f commit 759aadd

24 files changed

+133
-830
lines changed

core/src/main/java/google/registry/module/backend/BackendRequestComponent.java

Lines changed: 0 additions & 193 deletions
This file was deleted.

core/src/main/java/google/registry/module/backend/BackendServlet.java

Lines changed: 0 additions & 31 deletions
This file was deleted.

core/src/main/java/google/registry/module/backend/package-info.java

Lines changed: 0 additions & 16 deletions
This file was deleted.

core/src/main/java/google/registry/module/frontend/FrontendComponent.java

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)