You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/12/06 09:34:01 UTC

[tomcat] branch 7.0.x updated: Remove unused entry

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 2fc2044  Remove unused entry
2fc2044 is described below

commit 2fc2044e1c61c14d9a8f5294d6b2531b33847d91
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Dec 6 09:32:46 2019 +0000

    Remove unused entry
---
 java/org/apache/catalina/authenticator/LocalStrings.properties    | 1 -
 java/org/apache/catalina/authenticator/LocalStrings_ko.properties | 1 -
 2 files changed, 2 deletions(-)

diff --git a/java/org/apache/catalina/authenticator/LocalStrings.properties b/java/org/apache/catalina/authenticator/LocalStrings.properties
index 49cfa4e..8cd326f 100644
--- a/java/org/apache/catalina/authenticator/LocalStrings.properties
+++ b/java/org/apache/catalina/authenticator/LocalStrings.properties
@@ -65,6 +65,5 @@ singleSignOn.sessionExpire.sessionNotFound=SSO unable to expire session [{0}] be
 
 spnegoAuthenticator.authHeaderNoToken=The Negotiate authorization header sent by the client did not include a token
 spnegoAuthenticator.authHeaderNotNego=The authorization header sent by the client did not start with Negotiate
-spnegoAuthenticator.hostnameFail=Unable to determine the host name to construct the default SPN. Please set the spn attribute of the authenticator.
 spnegoAuthenticator.serviceLoginFail=Unable to login as the service principal
 spnegoAuthenticator.ticketValidateFail=Failed to validate client supplied ticket
diff --git a/java/org/apache/catalina/authenticator/LocalStrings_ko.properties b/java/org/apache/catalina/authenticator/LocalStrings_ko.properties
index e162b94..fa58ec7 100644
--- a/java/org/apache/catalina/authenticator/LocalStrings_ko.properties
+++ b/java/org/apache/catalina/authenticator/LocalStrings_ko.properties
@@ -65,6 +65,5 @@ singleSignOn.sessionExpire.sessionNotFound=세션을 찾을 수 없기 때문에
 
 spnegoAuthenticator.authHeaderNoToken=클라이언트에 의해 전송된 Negotiate authorization 헤더가 토큰을 포함하지 않았습니다.
 spnegoAuthenticator.authHeaderNotNego=클라이언트가 보낸 Authorization 헤더가 Negotiate로 시작하지 않았습니다.
-spnegoAuthenticator.hostnameFail=Unable to determine the host name to construct the default SPN. Please set the spn attribute of the authenticator.
 spnegoAuthenticator.serviceLoginFail=서비스 Principal로서 로그인 할 수 없습니다.
 spnegoAuthenticator.ticketValidateFail=클라이언트에 의해 제공된 티켓이 유효한지를 확인하지 못했습니다.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org