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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>