google-nomulus/java/google/registry
jianglai b0e062d725 Set HTTP header when processing logout request
The proxy can then use this information to terminate client connection. This is conformant to RFC 5734 which requires the server to disconnect upon responding to EPP logout request:

https://tools.ietf.org/html/rfc5734#section-2

We cannot set "Connection: close" because it is stripped away by App Engine:

https://cloud.google.com/appengine/docs/standard/java/how-requests-are-handled#headers_removed

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=173904515
2017-11-07 17:30:13 -05:00
..
backup Add Runnable overrides to ease use of Java 8 language features 2017-10-24 16:53:47 -04:00
batch Remove unnecessary explicit generic type declarations 2017-11-07 17:11:29 -05:00
bigquery Add reporting retry, emailing and better logging 2017-11-07 16:46:48 -05:00
braintree Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
builddefs Rename set to depset in .bzl and BUILD files 2017-08-29 16:53:21 -04:00
config Derive RDAP link paths from the received query 2017-11-07 17:24:20 -05:00
cron Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
dns Remove unnecessary explicit generic type declarations 2017-11-07 17:11:29 -05:00
eclipse Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
env Add reporting cron jobs to production 2017-11-07 17:25:46 -05:00
export Add Runnable overrides to ease use of Java 8 language features 2017-10-24 16:53:47 -04:00
flows Set HTTP header when processing logout request 2017-11-07 17:30:13 -05:00
gcs Use compound return statements for greater readability 2017-11-07 17:12:57 -05:00
groups Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
idn Run buildifier on codebase to format BUILD files 2016-11-28 18:15:21 -05:00
keyring Format some imports using fix_imports.py 2017-10-24 16:53:47 -04:00
loadtest Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
mapreduce Remove unnecessary explicit generic type declarations 2017-11-07 17:11:29 -05:00
model Use compound return statements for greater readability 2017-11-07 17:12:57 -05:00
module Use standard java thread factory instead of the AppEngine flavor 2017-10-24 16:53:47 -04:00
monitoring Add a convenient method to DistributionMetricSubject 2017-11-07 17:17:14 -05:00
pricing Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
rdap Derive RDAP link paths from the received query 2017-11-07 17:24:20 -05:00
rde Remove unnecessary explicit generic type declarations 2017-11-07 17:11:29 -05:00
reporting Add reporting cron jobs to production 2017-11-07 17:25:46 -05:00
request Derive RDAP link paths from the received query 2017-11-07 17:24:20 -05:00
security Remove XsrfTokenManager fallback for validating legacy tokens 2017-03-21 15:36:31 -04:00
storage/drive Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
tldconfig/idn Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
tmch Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
tools Remove unnecessary explicit generic type declarations 2017-11-07 17:11:29 -05:00
ui Remove unnecessary explicit generic type declarations 2017-11-07 17:11:29 -05:00
util Remove unnecessary explicit generic type declarations 2017-11-07 17:11:29 -05:00
whois Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
xjc Fix the build on MacOS 2017-07-12 11:03:50 -04:00
xml Add support for a domain delete superuser EPP extension 2017-09-12 15:51:50 -04:00
BUILD Add nocron ear and deployer rules for the crash environment 2017-10-04 16:16:45 -04:00
repositories.bzl Update appengine-testing open source build to 1.9.58 2017-11-07 17:27:12 -05:00