Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 188E1EB02 for ; Wed, 16 Jan 2013 13:27:05 +0000 (UTC) Received: (qmail 2288 invoked by uid 500); 16 Jan 2013 13:27:01 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 2100 invoked by uid 500); 16 Jan 2013 13:27:00 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 2083 invoked by uid 99); 16 Jan 2013 13:27:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2013 13:27:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2013 13:26:59 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6C1CE23888CD for ; Wed, 16 Jan 2013 13:26:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1433928 - /tomcat/trunk/java/org/apache/tomcat/util/net/res/LocalStrings.properties Date: Wed, 16 Jan 2013 13:26:40 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130116132640.6C1CE23888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: markt Date: Wed Jan 16 13:26:40 2013 New Revision: 1433928 URL: http://svn.apache.org/viewvc?rev=1433928&view=rev Log: Re-order Modified: tomcat/trunk/java/org/apache/tomcat/util/net/res/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/tomcat/util/net/res/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/res/LocalStrings.properties?rev=1433928&r1=1433927&r2=1433928&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/net/res/LocalStrings.properties (original) +++ tomcat/trunk/java/org/apache/tomcat/util/net/res/LocalStrings.properties Wed Jan 16 13:26:40 2013 @@ -14,10 +14,16 @@ # limitations under the License. # net resources +endpoint.err.close=Caught exception trying to close socket endpoint.err.handshake=Handshake failed endpoint.err.unexpected=Unexpected error processing socket +endpoint.warn.noExector=Failed to process socket [{0}] in state [{1}] because the executor had already been shutdown +endpoint.warn.noHonorCipherOrder='Honor cipher order' option is not supported by the SSL library {0} +endpoint.warn.noInsecureReneg=Secure re-negotiation is not supported by the SSL library {0} +endpoint.warn.unlockAcceptorFailed=Acceptor thread [{0}] failed to unlock. Forcing hard socket shutdown. +endpoint.debug.channelCloseFail=Failed to close channel +endpoint.debug.socketCloseFail=Failed to close socket endpoint.debug.unlock=Caught exception trying to unlock accept on port {0} -endpoint.err.close=Caught exception trying to close socket endpoint.init.bind=Socket bind failed: [{0}] {1} endpoint.init.listen=Socket listen failed: [{0}] {1} endpoint.init.notavail=APR not available @@ -30,12 +36,6 @@ endpoint.poll.error=Unexpected poller er endpoint.process.fail=Error allocating socket processor endpoint.sendfile.error=Unexpected sendfile error endpoint.sendfile.addfail=Sendfile failure: [{0}] {1} -endpoint.warn.noInsecureReneg=Secure re-negotiation is not supported by the SSL library {0} -endpoint.warn.unlockAcceptorFailed=Acceptor thread [{0}] failed to unlock. Forcing hard socket shutdown. -endpoint.warn.noHonorCipherOrder='Honor cipher order' option is not supported by the SSL library {0} -endpoint.debug.channelCloseFail=Failed to close channel -endpoint.debug.socketCloseFail=Failed to close socket endpoint.apr.noSslCertFile=Connector attribute SSLCertificateFile must be defined when using SSL with APR endpoint.apr.invalidSslProtocol=An invalid value [{0}] was provided for the SSLProtocol attribute endpoint.nio.selectorCloseFail=Failed to close selector when closing the poller -endpoint.warn.noExector=Failed to process socket [{0}] in state [{1}] because the executor had already been shutdown --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org