google-nomulus/java/google/registry/module/frontend
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 web console for creating registrars 2019-01-17 19:19:09 -05:00
FrontendComponent.java Consolidate Dagger modules for utils classes 2019-01-17 19:20:52 -05:00
FrontendRequestComponent.java Remove the web console EPP endpoint 2019-03-05 14:20:42 -05:00
FrontendRequestHandler.java Remove requireLogin action attribute 2017-06-21 10:04:05 -04:00
FrontendServlet.java Reduce duplicate code in the servlets 2018-11-02 14:44:22 -04:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00