From tomcat-dev-return-12794-qmlist-jakarta-archive-tomcat-dev=jakarta.apache.org@jakarta.apache.org Wed Jun 12 14:33:25 2002 Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 2721 invoked from network); 12 Jun 2002 14:33:25 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 12 Jun 2002 14:33:25 -0000 Received: (qmail 15952 invoked by uid 97); 12 Jun 2002 14:33:23 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 15936 invoked by uid 97); 12 Jun 2002 14:33:22 -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 15924 invoked by uid 98); 12 Jun 2002 14:33:22 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Subject: RE: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c Date: Wed, 12 Jun 2002 16:33:41 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c Thread-Index: AcISHeCSPlLYfU9+TzqVYd2PooiO2gAABxmQ From: "GOMEZ Henri" To: "Tomcat Developers List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This should fix the problem reported by Bojan. What about tagging jtc for jk_1_2_0 release ? - Henri Gomez ___[_]____ EMAIL : hgomez@slib.fr (. .) =20 PGP KEY : 697ECEDD ...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6=20 >-----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) > =20 > Revision Changes Path > 1.45 +4 -1 =20 >jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c > =20 > Index: mod_jk.c > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file:=20 >/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=20 >has changed. */ > } > } > + else > + return HTTP_INTERNAL_SERVER_ERROR; > + > } > =20 > return DECLINED; > =20 > =20 > =20 > >-- >To unsubscribe, e-mail: =20 > >For=20 >additional commands, e-mail:=20 > > > -- To unsubscribe, e-mail: For additional commands, e-mail: