Fix incorrect header name in TlsCredentials javadoc

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=154457385
This commit is contained in:
nickfelt 2017-04-27 12:47:02 -07:00 committed by Ben McIlwain
parent 0267214841
commit e96b999a83

View file

@ -40,7 +40,7 @@ import javax.servlet.http.HttpServletRequest;
* *
* <p>Credentials are based on the following headers: * <p>Credentials are based on the following headers:
* <dl> * <dl>
* <dt>X-GFE-Requested-Servername-SNI * <dt>X-GFE-SSL-Certificate
* <dd> * <dd>
* This field should contain a base64 encoded digest of the client's TLS certificate. It is * This field should contain a base64 encoded digest of the client's TLS certificate. It is
* validated during an EPP login command against a known good value that is transmitted out of * validated during an EPP login command against a known good value that is transmitted out of