You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Bojan Smojver <bo...@rexursive.com> on 2002/06/13 00:36:11 UTC

RE: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

Thanks. I'll download an retest.

Bojan

On Thu, 2002-06-13 at 00:33, GOMEZ Henri wrote:
> This should fix the problem reported by Bojan.
> 
> What about tagging jtc for jk_1_2_0 release ?
> 
> -
> Henri Gomez                 ___[_]____
> EMAIL : hgomez@slib.fr        (. .)                     
> PGP KEY : 697ECEDD    ...oOOo..(_)..oOOo...
> PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 
> 
> 
> 
> >-----Original Message-----
> >From: hgomez@apache.org [mailto:hgomez@apache.org]
> >Sent: Wednesday, June 12, 2002 4:31 PM
> >To: jakarta-tomcat-connectors-cvs@apache.org
> >Subject: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0
> >mod_jk.c
> >
> >
> >hgomez      2002/06/12 07:31:09
> >
> >  Modified:    jk/native/apache-2.0 mod_jk.c
> >  Log:
> >  Fix the incorrect error reported when a worker is defined
> >  but didn't exist (reported by Bojan)
> >  
> >  Revision  Changes    Path
> >  1.45      +4 -1      
> >jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c
> >  
> >  Index: mod_jk.c
> >  ===================================================================
> >  RCS file: 
> >/home/cvs/jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c,v
> >  retrieving revision 1.44
> >  retrieving revision 1.45
> >  diff -u -r1.44 -r1.45
> >  --- mod_jk.c	8 May 2002 00:45:33 -0000	1.44
> >  +++ mod_jk.c	12 Jun 2002 14:31:09 -0000	1.45
> >  @@ -1324,6 +1324,9 @@
> >                   return OK;    /* NOT r->status, even if it 
> >has changed. */
> >               }
> >           }
> >  +	else
> >  +		return HTTP_INTERNAL_SERVER_ERROR;
> >  +
> >       }
> >   
> >       return DECLINED;
> >  
> >  
> >  
> >
> >--
> >To unsubscribe, e-mail:   
> ><ma...@jakarta.apache.org>
> >For 
> >additional commands, e-mail: 
> ><ma...@jakarta.apache.org>
> >
> >
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 



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