google-nomulus/javatests/google/registry/flows/session
guyben dfad79759e 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
..
testdata Consolidate generic success response XMLs in unit tests 2018-06-27 15:28:52 -04:00
HelloFlowTest.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
LoginFlowTestCase.java Refactor EppXmlTransformer to be in the model/ package 2018-12-12 13:22:34 -05:00
LoginFlowViaTlsTest.java Require SSL certificate hash on login by default 2018-12-12 13:22:34 -05:00
LogoutFlowTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00