google-nomulus/java/google/registry/proxy
guyben 7bf8c02264 Replace uses of X.to(Upper|Lower)Case() with Ascii.to(Upper|Lower)Case(X)
Locales are weird. Even if all our character individually are just 0-9a-z_,
different locales might still convert them differently to upper/lower cases...

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=193512312
2018-04-23 15:02:31 -04:00
..
config Setup sandbox for GCP proxy 2018-04-23 14:51:35 -04:00
handler Use self signed certificate when running the proxy locally 2018-04-10 16:36:56 -04:00
kubernetes Move autoscale object to service yaml file 2018-04-23 14:57:52 -04:00
metric Clean up some code quality issues in GCP proxy 2018-03-19 18:44:12 -04:00
quota Add QuotaHandler to GCP proxy 2018-02-20 15:36:23 -05:00
resources Open source GCP proxy 2017-11-21 19:19:03 -05:00
terraform Change UserPolicy to PUBLIC on WHOIS and EPP endpoints 2018-04-23 14:59:24 -04:00
BUILD Read GCP proxy EPP SSL secret from GCS 2018-04-10 16:38:31 -04:00
CertificateModule.java Use self signed certificate when running the proxy locally 2018-04-10 16:36:56 -04:00
EppProtocolModule.java Clean up some code quality issues in GCP proxy 2018-03-19 18:44:12 -04:00
GcpJsonFormatter.java Make GCP proxy log in a Stackdriver logging compliant format 2018-03-06 19:23:23 -05:00
HealthCheckProtocolModule.java Open source GCP proxy 2017-11-21 19:19:03 -05:00
HttpsRelayProtocolModule.java Use self signed certificate when running the proxy locally 2018-04-10 16:36:56 -04:00
MetricsModule.java Use GKE-specific metrics in the proxy 2018-03-19 18:29:39 -04:00
Protocol.java Open source GCP proxy 2017-11-21 19:19:03 -05:00
ProxyConfig.java Replace uses of X.to(Upper|Lower)Case() with Ascii.to(Upper|Lower)Case(X) 2018-04-23 15:02:31 -04:00
ProxyModule.java Read GCP proxy EPP SSL secret from GCS 2018-04-10 16:38:31 -04:00
ProxyServer.java Make GCP proxy log in a Stackdriver logging compliant format 2018-03-06 19:23:23 -05:00
WhoisProtocolModule.java Clean up some code quality issues in GCP proxy 2018-03-19 18:44:12 -04:00