RE: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2002-09-21 Thread Mladen Turk
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Sunday, September 22, 2002 4:51 AM >/* As per Servlet spec, do exact match first */ >match=jk2_uriMap_exactMap( env, uriMap, > ctxEnv->exactMatch, uri, uriLen, reverse ); > -if( mat

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2002-09-21 Thread nacho
nacho 2002/09/21 19:50:42 Modified:jk/native2/common jk_uriEnv.c jk_uriMap.c jk/native2/server/apache2 mod_jk2.c Log: Bug#11364 - jk2 appears to forward all virtual host requests to Tomcat Reported by Simon Stewart Revision ChangesPath 1.26 +0 -1

Re: mod_jk 1.2.0 release proposal

2002-09-21 Thread Bojan Smojver
Sounds good (although I have to admit I haven't compiled mod_jk from CVS for a while). +1 Bojan On Fri, 2002-09-20 at 20:40, Henri Gomez wrote: > Hi to all, > > Now that code and odc is stabilized in mod_jk 1.2.0, it could be time to > do the release : > > Proposals : > > Monday 2002/09/2

RE: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2002-09-21 Thread Ignacio J. Ortega
> De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Enviado el: 21 de septiembre de 2002 11:45 > +uriEnv = workerEnv->uriMap->mapUri(env, workerEnv->uriMap, > +r->server->is_virtual ? > r->server->server_hostname : NULL, > +r->uri ); > I think this

DO NOT REPLY [Bug 12346] - Constant Refreshes crash "Framed" Web Applications in TOMCAT

2002-09-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12126] - Apache 2.0.40 and mod_jk2 errors

2002-09-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 11364] - jk2 appears to forward all virtual host requests to Tomcat

2002-09-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 11008] - Win32/cygwin compile report + patch (gcc 3.1.1 compile warnings)

2002-09-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 11008] - Win32/cygwin compile report + patch (gcc 3.1.1 compile warnings)

2002-09-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 11007] - Win32/cygwin patch - suggestions

2002-09-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

Jasper Bug

2002-09-21 Thread David Shanahan
There is still a bug in Jasper 2 (tomcat 4.1.10) that generates incorrect code for IterationTag (s). There is no variable synchronization between doStartTag() and the loop body. The following (snippet) of a jsp page with an IterationTag ... --- --- I can count to ten.

DO NOT REPLY [Bug 11552] - Iteration tags do not resynchronize scripting variables after doAfterBody()

2002-09-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat-4.0 build.xml

2002-09-21 Thread remm
remm2002/09/21 09:24:18 Modified:.build.xml Log: - Copy Glenn's readme. Revision ChangesPath 1.75 +3 -3 jakarta-tomcat-4.0/build.xml Index: build.xml === RCS file: /home/cvs/ja

cvs commit: jakarta-tomcat-4.0/webapps/examples/WEB-INF web.xml

2002-09-21 Thread remm
remm2002/09/21 09:23:44 Modified:webapps/examples/WEB-INF web.xml Log: - Add invoker for the examples. Revision ChangesPath 1.23 +5 -0 jakarta-tomcat-4.0/webapps/examples/WEB-INF/web.xml Index: web.xml

cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2002-09-21 Thread remm
remm2002/09/21 09:23:28 Modified:catalina/src/conf web.xml Log: - Don't enable invoker for all webapps. Revision ChangesPath 1.44 +2 -0 jakarta-tomcat-4.0/catalina/src/conf/web.xml Index: web.xml ==

cvs commit: jakarta-tomcat-4.0/resources DONOTREMOVE

2002-09-21 Thread remm
remm2002/09/21 09:23:06 Removed: resources DONOTREMOVE Log: - Remove useless file. -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets InvokerServlet.java

2002-09-21 Thread remm
remm2002/09/21 09:22:17 Modified:catalina/src/share/org/apache/catalina/servlets InvokerServlet.java Log: - Add classname filter. Revision ChangesPath 1.16 +11 -4 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets/Inv

cvs commit: jakarta-tomcat-4.0/catalina build.xml

2002-09-21 Thread remm
remm2002/09/21 09:21:50 Modified:catalina build.xml Log: - Copy Glenn's readme. Revision ChangesPath 1.130 +5 -0 jakarta-tomcat-4.0/catalina/build.xml Index: build.xml === RCS file: /ho

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2002-09-21 Thread mturk
mturk 2002/09/21 02:45:27 Modified:jk/native2/server/apache2 mod_jk2.c Log: Fix the uriMap for VirtualHost, providing server name for virtual hosts. Thx. to Dimitry Letin for that. Revision ChangesPath 1.50 +4 -2 jakarta-tomcat-connectors/jk/native2/server/

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/netJSSESocketFactory.java

2002-09-21 Thread Remy Maucherat
Remy Maucherat wrote: > Qingqing Ouyang wrote: > >> Hi, Bill: >> >> Thanx for the comments. Please see the following. >> >> Can someone start the Tomcat server with clientAuth=false, but access a URI that is protected by CLIENT-CERT? If yes, then I think a re-handshake is a must.

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/netJSSESocketFactory.java

2002-09-21 Thread Remy Maucherat
Qingqing Ouyang wrote: > Hi, Bill: > > Thanx for the comments. Please see the following. > > >>> Can someone start the Tomcat server with clientAuth=false, but access >>> a URI that is protected by CLIENT-CERT? If yes, then I think a >>> re-handshake is a must. >> >> >> >> But using Certifica

DO NOT REPLY [Bug 12837] - Possible Memory Leak in I_R2.dll

2002-09-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

2002-09-21 Thread mturk
mturk 2002/09/21 00:29:47 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: Fix the memory leaks using not using global env allocation on each request and freeing global env after the request. Revision ChangesPath 1.43 +10 -6 jakarta-tomcat-connectors

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_service_iis.c

2002-09-21 Thread mturk
mturk 2002/09/21 00:28:48 Modified:jk/native2/server/isapi jk_service_iis.c Log: Fix the memory leaks using service's pool intead of worker Revision ChangesPath 1.21 +13 -11 jakarta-tomcat-connectors/jk/native2/server/isapi/jk_service_iis.c Index: jk_serv

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator SSLAuthenticator.java

2002-09-21 Thread billbarker
billbarker2002/09/21 00:25:21 Modified:catalina/src/share/org/apache/catalina/authenticator SSLAuthenticator.java Log: Tab fixes only. Revision ChangesPath 1.3 +7 -7 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authen