cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 LocalStrings.properties

2004-03-21 Thread remm
remm2004/03/21 14:37:50

  Modified:http11/src/java/org/apache/coyote/http11
LocalStrings.properties
  Log:
  - Add two missing strings.
  
  Revision  ChangesPath
  1.8   +3 -1  
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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- LocalStrings.properties   20 Feb 2004 11:03:28 -  1.7
  +++ LocalStrings.properties   21 Mar 2004 22:37:50 -  1.8
  @@ -22,7 +22,9 @@
   http11protocol.start=Starting Coyote HTTP/1.1 on {0}
   http11protocol.stop=Stopping Coyote HTTP/1.1 on {0}
   http11protocol.pause=Pausing Coyote HTTP/1.1 on {0}
  +http11protocol.endpoint.pauseerror=Error pausing endpoint
   http11protocol.resume=Resuming Coyote HTTP/1.1 on {0}
  +http11protocol.endpoint.resumeerror=Error resuming endpoint
   
   #
   # Http11Processor
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 LocalStrings.properties

2002-05-28 Thread remm

remm02/05/28 20:12:04

  Modified:http11/src/java/org/apache/coyote/http11
LocalStrings.properties
  Log:
  - Improved messages.
  
  Revision  ChangesPath
  1.4   +3 -3  
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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LocalStrings.properties   16 May 2002 19:25:41 -  1.3
  +++ LocalStrings.properties   29 May 2002 03:12:04 -  1.4
  @@ -1,4 +1,4 @@
  -# $Id: LocalStrings.properties,v 1.3 2002/05/16 19:25:41 remm Exp $
  +# $Id: LocalStrings.properties,v 1.4 2002/05/29 03:12:04 remm Exp $
   
   # language 
   
  @@ -10,7 +10,7 @@
   
   http11protocol.endpoint.initerror=Error initializing endpoint
   http11protocol.endpoint.starterror=Error starting endpoint
  -http11protocol.init=Initializing Coyote HTTP/1.1 protocol handler on port {0}
  +http11protocol.init=Initializing Coyote HTTP/1.1 on port {0}
   http11protocol.proto.error=Error reading request, ignored
   http11protocol.proto.ioexception.debug=IOException reading request
   http11protocol.proto.ioexception.info=IOException reading request, ignored
  @@ -18,7 +18,7 @@
   http11protocol.proto.socketexception.info=SocketException reading request, ignored
   http11protocol.setattribute=Attribute {0}: {1}
   http11protocol.socketfactory.initerror=Error initializing socket factory
  -http11protocol.start=Starting Coyote HTTP/1.1 protocol handler on port {0}
  +http11protocol.start=Starting Coyote HTTP/1.1 on port {0}
   
   #
   # Http11Processor
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 LocalStrings.properties

2002-04-18 Thread remm

remm02/04/18 11:16:01

  Modified:http11/src/java/org/apache/coyote/http11
LocalStrings.properties
  Log:
  - Remove unused strings.
  
  Revision  ChangesPath
  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 -  1.1
  +++ LocalStrings.properties   18 Apr 2002 18:16:01 -  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]