Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 365 invoked from network); 18 Apr 2002 18:16:11 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 18 Apr 2002 18:16:11 -0000 Received: (qmail 6086 invoked by uid 97); 18 Apr 2002 18:16:07 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 6068 invoked by uid 97); 18 Apr 2002 18:16:07 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 6054 invoked by uid 97); 18 Apr 2002 18:16:06 -0000 Date: 18 Apr 2002 18:16:01 -0000 Message-ID: <20020418181601.23483.qmail@icarus.apache.org> From: remm@apache.org To: jakarta-tomcat-connectors-cvs@apache.org Subject: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 LocalStrings.properties X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N remm 02/04/18 11:16:01 Modified: http11/src/java/org/apache/coyote/http11 LocalStrings.properties Log: - Remove unused strings. Revision Changes Path 1.2 +11 -25 jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/LocalStrings.properties Index: LocalStrings.properties =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/LocalStrings.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- LocalStrings.properties 17 Sep 2001 06:04:00 -0000 1.1 +++ LocalStrings.properties 18 Apr 2002 18:16:01 -0000 1.2 @@ -1,34 +1,20 @@ -# $Id: LocalStrings.properties,v 1.1 2001/09/17 06:04:00 remm Exp $ +# $Id: LocalStrings.properties,v 1.2 2002/04/18 18:16:01 remm Exp $ # language # package org.apache.catalina.connector.http +# +# Http11Protocol +# -httpConnector.alreadyInitialized=HTTP connector has already been initialized -httpConnector.alreadyStarted=HTTP connector has already been started -httpConnector.allAddresses=Opening server socket on all host IP addresses -httpConnector.failedSocketFactoryLoading=Failed to load socket factory -httpConnector.failedToCreateSocket=Socket factory failed to create socket -httpConnector.anAddress=Opening server socket on host IP address {0} -httpConnector.noAddress=No host IP address matching {0}, opening on all addresses -httpConnector.noProcessor=No processor available, rejecting this connection -httpConnector.notStarted=HTTP connector has not yet been started -httpConnector.starting=Starting background thread -httpConnector.stopping=Stopping background thread -httpProcessor.alreadyStarted=HTTP processor has already been started -httpProcessor.notStarted=HTTP processor has not yet been started -httpProcessor.parseHeaders.contentLength=Invalid 'Content-Length' header -httpProcessor.parseHeaders.colon=Invalid HTTP header format -httpProcessor.parseHeaders.portNumber=Invalid TCP/IP port number in 'Host' header -httpProcessor.parseRequest.decode=Cannot decode HTTP request URI -httpProcessor.parseRequest.method=Missing HTTP request method -httpProcessor.parseRequest.read=Missing HTTP request line -httpProcessor.parseRequest.uri=Missing HTTP request URI -httpProcessor.parseHeaders.unknownExpectation=Unknown Expect header field -httpProcessor.start=HTTP processor has already been started -httpProcessor.starting=Starting background thread -httpProcessor.stopping=Stopping background thread +# +# Http11Processor +# + +# +# InternalInputBuffer +# iib.eof.error=Unexpected EOF read on the socket iib.requestheadertoolarge.error=Request header is too large -- To unsubscribe, e-mail: For additional commands, e-mail: