google-nomulus/javatests/google/registry/proxy/handler
jianglai 2e2898e17c Fix WHOIS issues
[1] Web whois should redirect to www.registry.google. whois.registry.google also points to the proxy IP, so redirecting to whois.registry.google just makes it loop. Also allow HEAD in web whois request in case that is used in monitoring.

[2] Separately, there's a bug introduced in [] where exception handling of inbound messages is moved to HttpsRelayServiceHandler. However the quota handlers are installed behind the HttpServiceServiceHandler in the channel pipeline, therefore the exception thrown in quota handlers never got processed. This results in hung connection when quota exceeded.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=208651011
2018-08-20 14:00:08 -04:00
..
BackendMetricsHandlerTest.java Fix proxy metrics instrumentation bug 2018-05-30 12:18:54 -04:00
EppQuotaHandlerTest.java Merge JUnitBackport's expectThrows into assertThrows 2018-03-06 18:56:15 -05:00
EppServiceHandlerTest.java Improve logs in the GCP proxy 2018-08-20 13:58:30 -04:00
HealthCheckHandlerTest.java Open source GCP proxy 2017-11-21 19:19:03 -05:00
ProxyProtocolHandlerTest.java Make some minor changes to logging messages and test names. 2018-08-10 13:44:25 -04:00
RelayHandlerTest.java Improve logs in the GCP proxy 2018-08-20 13:58:30 -04:00
SslClientInitializerTest.java Refine tests in GCP proxy 2018-08-10 13:46:48 -04:00
SslInitializerTestUtils.java Refine tests in GCP proxy 2018-08-10 13:46:48 -04:00
SslServerInitializerTest.java Refine tests in GCP proxy 2018-08-10 13:46:48 -04:00
WebWhoisRedirectHandlerTest.java Fix WHOIS issues 2018-08-20 14:00:08 -04:00
WhoisQuotaHandlerTest.java Merge JUnitBackport's expectThrows into assertThrows 2018-03-06 18:56:15 -05:00
WhoisServiceHandlerTest.java Improve logs in the GCP proxy 2018-08-20 13:58:30 -04:00