google-nomulus/javatests/google/registry/server
guyben 847795d58d Remove the web console EPP endpoint
This removes the "create Domain/Host/Contact" forms that were supposed to be used instead of regular EPPs for CC-TLD that wanted to support it.

We're removing it because we don't use it and want to reduce unneeded code for the registry 3.0 migration.

Also, this is a security risk, as it allowed to do "billable actions" (creating a new domain for example) with the only authentication being access to the registrar's G Suite account.

This bypassed the certificate, IP whitelist, and EPP password, which is bad.

PUBLIC:
Remove the web console EPP endpoint

This removes the "create Domain/Host/Contact" forms that were supposed to be used instead of regular EPPs for CC-TLD that wanted to support it.

We're removing it because we don't use it and want to reduce unneeded code for the registry 3.0 migration.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=236244195
2019-03-05 14:20:42 -05:00
..
BUILD Add a button in the admin panel to check OT&E status of a registrar 2019-01-18 15:35:40 -05:00
Fixture.java Make a prettier table to display OT&E check results 2019-01-28 16:10:16 -05:00
HealthzServlet.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RegistryTestServer.java Remove the web console EPP endpoint 2019-03-05 14:20:42 -05:00
RegistryTestServerMain.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
Route.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ServletWrapperDelegatorServlet.java Replace Throwables.propagate and variants with Guava 20 versions 2017-02-02 17:01:23 -05:00
StaticResourceServlet.java Fix various Error Prone errors that were found by the FOSS build 2019-01-28 16:05:09 -05:00
TestServer.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
UrlChecker.java Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00