You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@apache.org on 2002/03/08 20:23:01 UTC

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

craigmcc    02/03/08 11:23:01

  Modified:    coyote/src/java/org/apache/coyote/tomcat4
                        LocalStrings.properties
  Log:
  Add missing message strings.
  
  Revision  Changes    Path
  1.2       +28 -0     jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LocalStrings.properties	8 Mar 2002 05:18:29 -0000	1.1
  +++ LocalStrings.properties	8 Mar 2002 19:23:01 -0000	1.2
  @@ -1,3 +1,31 @@
  +coyoteConnector.allAddresses=Opening server socket on all host IP addresses
  +coyoteConnector.alreadyInitialized=Coyote connector has already been initialized
  +coyoteConnector.alreadyStarted=Coyote connector has already been started
  +coyoteConnector.anAddress=Opening server socket on host IP address {0}
  +coyoteConnector.certificateProblem=General certificate error
  +coyoteConnector.initException=Problem during connector initialization
  +coyoteConnector.IOProblem=Input/output exception opening server socket
  +coyoteConnector.keyManagementProblem=Problem in the key management layer
  +coyoteConnector.keystoreAlgorithmProblem=Keystore algorithm not supported
  +coyoteConnector.keystoreProblem=Problem accessing keystore file
  +coyoteConnector.newProcessor=Creating new Coyote processor
  +coyoteConnector.noAddress=No host IP address matching {0}, opening on all addresses
  +coyoteConnector.noProcessor=No processor available, rejecting this connection
  +coyoteConnector.notStarted=Coyote connector has not been started
  +coyoteConnector.securityException=Encountered security exception
  +coyoteConnector.serverSocketReopenFail=IOException reopening server socket
  +coyoteConnector.starting=Starting background thread
  +coyoteConnector.stopException=Exception while stopping background thread
  +coyoteConnector.stopping=Stopping background thread
  +coyoteConnector.unrecoverableKey=Internal keystore problem with the certificate
  +coyoteProcessor.parseHeaders.portNumber=Cannot parse port number from header
  +coyoteProcessor.process=Exception while processing a request
  +coyoteProcessor.processorInitializationFailed=Exception initializing a processor
  +coyoteProcessor.run=Exception while processing a socket
  +coyoteProcessor.alreadyStarted=Coyote processor has already been started
  +coyoteProcessor.notStarted=Coyote processor has not yet been started
  +coyoteProcessor.starting=Starting background thread
  +coyoteProcessor.stopping=Stopping background thread
   coyoteRequest.createCommitted=Cannot create a session after the response has been committed
   coyoteResponse.sendError.ise=Cannot call sendError() after the response has been committed
   coyoteResponse.sendRedirect.ise=Cannot call sendRedirect() after the response has been committed
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


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

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Fri, 8 Mar 2002, Remy Maucherat wrote:

> Date: Fri, 8 Mar 2002 11:34:38 -0800
> From: Remy Maucherat <re...@apache.org>
> Reply-To: Tomcat Developers List <to...@jakarta.apache.org>
> To: Tomcat Developers List <to...@jakarta.apache.org>
> Subject: Re: cvs commit:
>     jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4
>     LocalStrings.properties
>
> > craigmcc    02/03/08 11:23:01
> >
> >   Modified:    coyote/src/java/org/apache/coyote/tomcat4
> >                         LocalStrings.properties
> >   Log:
> >   Add missing message strings.
>
> Thanks Craig. I added that bundle because I couldn't run without it. The
> contents needed some work, obviously ;-)
>

It's a scary world when *I* start doing commits on j-t-c :-).

> There are 3 major unimplemented features:
> - cookie parsing
> - parameter parsing (breaks the DefaultServlet welcome page redirection)
> - session handling (breaks JSP pages which need a session)
>
> I should be able to get all 3 to work soon (as they are just a matter of
> porting some code from either TC 3 or TC 4).
>

Sounds like really good progress.

> Remy
>

Craig


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


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

Posted by Remy Maucherat <re...@apache.org>.
> craigmcc    02/03/08 11:23:01
>
>   Modified:    coyote/src/java/org/apache/coyote/tomcat4
>                         LocalStrings.properties
>   Log:
>   Add missing message strings.

Thanks Craig. I added that bundle because I couldn't run without it. The
contents needed some work, obviously ;-)

There are 3 major unimplemented features:
- cookie parsing
- parameter parsing (breaks the DefaultServlet welcome page redirection)
- session handling (breaks JSP pages which need a session)

I should be able to get all 3 to work soon (as they are just a matter of
porting some code from either TC 3 or TC 4).

Remy


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>