DO NOT REPLY [Bug 15672] - DBCP doesn't work on Tomcat 4.1.18 with Oracle JDBC driver

2003-01-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15672. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Use JAXP 1.2 Parser with Tomcat 4.1.18

2003-01-03 Thread Saurabh Arora
I have posted the same question to Tomcat-user but can't solve my problem. I would like to know that can we use JAXP 1.2 XML parser with tomcat 4.1.18 (by replacing TOMCAT_HOME\common\endorsed). The release notes point out use JAXP 1.1 parser. Note: I am using java 1.4.1 More importantly,

Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jkworkershowto.xml

2003-01-03 Thread Lacoste (Frisurf)
const char *wname) { +int rc = JK_TRUE; +char buf[1024]; +if (m wname) { +int value; +sprintf(buf, %s.%s.%s, PREFIX_OF_WORKER, wname, STICKY_SESSION); Seeing that checkin I got curious and I had a look at the code. I saw that

First version of JK2 Domino connector and more questions about JNI-mode

2003-01-03 Thread olaf . hahnl
I am leaving for a one week holiday and wanted to share the first beta-version of the JK2 Domino connector with you. I am not familiar with the Apache coding guidlines etc., it is just for you who are interested in this and are more experienced than I am, to have a look at the code, and to

DO NOT REPLY [Bug 15776] New: - cannot use non default channel port in jk2

2003-01-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15776. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk workershowto.xml

2003-01-03 Thread Tim Funk
wname is the worker name. This name is the name of the worker as defined in the JK property config file. Eg: worker.tomcat1.host=localhost ^^^ For example above: tomcat1 is the worker name. If someone were to attempt a buffer overflow, they would need write access to the Jk config

RE: First version of JK2 Domino connector and more questions about JNI-mode

2003-01-03 Thread Mladen Turk
-Original Message- From: [EMAIL PROTECTED] Great news! My workers2.properties lookes like this for the VM initialization [vm:] info=Parameters used to load a JVM in the server process OPT=-Djava.class.path=${CATALINA_HOME}/bin/tomcat-jni.jar; Try using the folwing instead

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardServer.java

2003-01-03 Thread Christoph Seibert
Hi there, I think there is a problem with the following fix: amyroh 2003/01/02 17:59:09 Modified:catalina/src/share/org/apache/catalina/core StandardServer.java Log: Fix for bugzilla 15762. [...] diff -u -r1.32 -r1.33 --- StandardServer.java 11 Sep

DO NOT REPLY [Bug 15778] New: - DBCP ClassCastException / postgresql's PGConnection / getLargeObjectAPI

2003-01-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15778. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasperEmbededServletOptions.java

2003-01-03 Thread Remy Maucherat
Glenn Nielsen wrote: Will this be ported to the tomcat_4_branch of jasper and Tomcat 4.1? It changes existing behavior, so the answer is I don't know. Remy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper EmbededServletOptions.java

2003-01-03 Thread glenn
glenn 2003/01/03 05:24:59 Modified:jasper2/src/share/org/apache/jasper Tag: tomcat_4_branch EmbededServletOptions.java Log: Make Ant javac fork the default Revision ChangesPath No revision No revision

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs jasper-howto.xml

2003-01-03 Thread glenn
glenn 2003/01/03 05:26:01 Modified:catalina/src/conf web.xml webapps/tomcat-docs jasper-howto.xml Log: Make Ant javac fork the default Revision ChangesPath 1.48 +1 -1 jakarta-tomcat-4.0/catalina/src/conf/web.xml Index: web.xml

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources messages.properties

2003-01-03 Thread glenn
glenn 2003/01/03 05:26:28 Modified:jasper2/src/share/org/apache/jasper/resources Tag: tomcat_4_branch messages.properties Log: Add message for fork init param Revision ChangesPath No revision No

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources messages.properties

2003-01-03 Thread glenn
glenn 2003/01/03 05:26:44 Modified:jasper2/src/share/org/apache/jasper/resources messages.properties Log: Add message for fork init param Revision ChangesPath 1.76 +2 -1

cvs commit: jakarta-tomcat-connectors/jk/native2 CHANGES.txt

2003-01-03 Thread glenn
glenn 2003/01/03 05:52:38 Modified:jk/xdocs/jk2 configwebcom.xml jk/native2/common jk_worker_lb.c jk/native2 CHANGES.txt Log: Port stickySession lb flag to jk2 Revision ChangesPath 1.6 +7 -1

Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasperEmbededServletOptions.java

2003-01-03 Thread Glenn Nielsen
Since it fixes a bug on windows, I went ahead and made it the default for Tomcat 4.1.x. Remy Maucherat wrote: Glenn Nielsen wrote: Will this be ported to the tomcat_4_branch of jasper and Tomcat 4.1? It changes existing behavior, so the answer is I don't know. Remy -- To unsubscribe,

Re: cvs commit:jakarta-tomcat-connectors/jk/xdocs/jk workershowto.xml

2003-01-03 Thread Lacoste (Frisurf)
On Fri, 2003-01-03 at 12:52, Tim Funk wrote: wname is the worker name. This name is the name of the worker as defined in the JK property config file. Eg: worker.tomcat1.host=localhost ^^^ For example above: tomcat1 is the worker name. If someone were to attempt a buffer

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup Bootstrap.java

2003-01-03 Thread remm
remm2003/01/03 07:39:14 Modified:catalina/src/share/org/apache/catalina/startup Bootstrap.java Log: - Add support for catalina.base in loader configuration. Revision ChangesPath 1.10 +8 -4

cvs commit: jakarta-tomcat-catalina/catalina/src/conf catalina.properties

2003-01-03 Thread remm
remm2003/01/03 07:39:53 Modified:catalina/src/conf catalina.properties Log: - Shared is based on catalina.base by default. Revision ChangesPath 1.7 +1 -1 jakarta-tomcat-catalina/catalina/src/conf/catalina.properties Index: catalina.properties

Re: Use JAXP 1.2 Parser with Tomcat 4.1.18

2003-01-03 Thread Jeanfrancois Arcand
Xerces 2.2.1 and Xerces 2.2.2 (that supports JAXP 1.2) contain a bug that prevent Tomcat to work properly (see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13282). If you download the current nightly build of Xerces, you will be able to use a JAXP 1.2 parser. -- Jeanfrancois Saurabh

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_uriMap.c

2003-01-03 Thread jfclere
jfclere 2003/01/03 08:35:45 Modified:jk/native2/common jk_uriMap.c Log: Otherwise it cores (on Solaris for example) in vsnprintf when not using APR. Revision ChangesPath 1.59 +6 -3 jakarta-tomcat-connectors/jk/native2/common/jk_uriMap.c Index: jk_uriMap.c

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardEngine.java

2003-01-03 Thread jfclere
jfclere 2003/01/03 08:59:08 Modified:catalina/src/share/org/apache/catalina/core StandardEngine.java Log: Allow to use the system property to set the JvmRoute. Revision ChangesPath 1.2 +9 -4

RE: First version of JK2 Domino connector and more questions about JNI-mode

2003-01-03 Thread olaf . hahnl
Mladen Turk [EMAIL PROTECTED] wrote on 03.01.2003 13:00:15: Great news! My workers2.properties lookes like this for the VM initialization [vm:] info=Parameters used to load a JVM in the server process OPT=-Djava.class.path=${CATALINA_HOME}/bin/tomcat-jni.jar; Try using the

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http FastHttpDateFormat.java

2003-01-03 Thread remm
remm2003/01/03 11:31:00 Modified:util/java/org/apache/tomcat/util/http FastHttpDateFormat.java Log: - Major update to the cache (also handles parsing now). Revision ChangesPath 1.2 +117 -9

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5 CoyoteRequest.java CoyoteResponse.java

2003-01-03 Thread remm
remm2003/01/03 11:31:54 Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteRequest.java CoyoteResponse.java Log: - Implement getDateHeader and setDateHeader using FastHttpDateFormat. Revision ChangesPath 1.13 +22 -15

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servlets DefaultServlet.java WebdavServlet.java

2003-01-03 Thread remm
remm2003/01/03 11:32:53 Modified:catalina/src/share/org/apache/catalina/servlets DefaultServlet.java WebdavServlet.java Log: - Use the new FastHttpDateFormat. - Remove the remaining formatters. Revision ChangesPath 1.4 +22 -35

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/util FastHttpDateFormat.java

2003-01-03 Thread remm
remm2003/01/03 11:34:55 Removed: catalina/src/share/org/apache/catalina/util FastHttpDateFormat.java Log: - Remove unused class. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardServer.java

2003-01-03 Thread amyroh
amyroh 2003/01/03 11:47:01 Modified:catalina/src/share/org/apache/catalina/core StandardServer.java Log: More error-prone approach. Revision ChangesPath 1.34 +6 -9

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardServer.java

2003-01-03 Thread amyroh
amyroh 2003/01/03 11:47:46 Modified:catalina/src/share/org/apache/catalina/core StandardServer.java Log: Port change. Revision ChangesPath 1.9 +6 -9

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/coreStandardEngine.java

2003-01-03 Thread Glenn Nielsen
Please create property names which are in a package, i.e. org.apache.ajp.jvmRoute instead of jvmRoute. Then it is easier to grant or prevent access to the property using the SecurityManager PropertyPermission. Thanks, Glenn [EMAIL PROTECTED] wrote: jfclere 2003/01/03 08:59:08 Modified:

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/coreStandardServer.java

2003-01-03 Thread Amy Roh
Christoph Seibert wrote: Hi there, I think there is a problem with the following fix: amyroh 2003/01/02 17:59:09 Modified:catalina/src/share/org/apache/catalina/core StandardServer.java Log: Fix for bugzilla 15762. [...] diff -u -r1.32 -r1.33 ---

RE: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardServer.java

2003-01-03 Thread Roberto Casanova
I see another problem with this code. Suppose for some reason we have an attribute or resource parameter value like the following (without the quotes): gt; corresponds to The correct XML for this string is: amp;gt; corresponds to gt; However this code would write to server.xml: gt; corresponds

DO NOT REPLY [Bug 15790] New: - JkCoyoteHandler Unable to process X509 Certificate from Apache 2.0.43/mod_jk

2003-01-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15790. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[PATCH] forward instead of redirect for welcome files

2003-01-03 Thread Matt Parker
I'd like to suggest that catalina perform a forward, rather than a redirect, for requests that end with '/'. With a redirect, special configuration is necessary for proxy servers to work correctly. Also, a forward doesn't require an additional round trip to the client--a redirect must get back to

Re: [PATCH] forward instead of redirect for welcome files

2003-01-03 Thread Jon Scott Stevens
on 2003/1/3 4:03 PM, Matt Parker [EMAIL PROTECTED] wrote: I'd like to suggest that catalina perform a forward, rather than a redirect, for requests that end with '/'. With a redirect, special configuration is necessary for proxy servers to work correctly. Also, a forward doesn't require an

Re: [PATCH] forward instead of redirect for welcome files

2003-01-03 Thread Matt Parker
On Fri, 2003-01-03 at 17:14, Jon Scott Stevens wrote: on 2003/1/3 4:03 PM, Matt Parker [EMAIL PROTECTED] wrote: I'd like to suggest that catalina perform a forward, rather than a redirect, for requests that end with '/'. With a redirect, special configuration is necessary for proxy

Digest Authentication bug in org.apache.catalina.realm.RealmBase

2003-01-03 Thread Peter Costello
I apologize in advance if I am sending this bug report/fix to the wrong group or if the fix has already been implemented. Using JDK1.3.01 and Tomcat 4.1.12, and sun.net.HttpURLConnection, Digest Authentication does not work. The sun.net.HttpURLConnection class responds to WWW-Authenticate