Re: svn commit: r701507 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_ajp_common.h jk_util.c jk_util.h

2008-10-03 Thread Mladen Turk
[EMAIL PROTECTED] wrote: Author: rjung Date: Fri Oct 3 12:37:13 2008 New Revision: 701507 URL: http://svn.apache.org/viewvc?rev=701507&view=rev Log: Add retry_wait for AJP13 workers. If a request fails, sleep a configurable time before each following retry. Remember: this has nothing to do with

[EMAIL PROTECTED]: Project jakarta-tomcat (in module jakarta-tomcat) failed

2008-10-03 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat has an issue affecting its community integration. This issue affec

Re: Branching connectors/jni for Tomcat Native

2008-10-03 Thread Costin Manolache
Ok, +1. My remaining question - is it possible to generate a .so file for the JNI library that includes both APR and JK ( or 2 libraries - in a way that the apr library won't conflict with an older pre-installed version ) ? Costin On Fri, Oct 3, 2008 at 12:12 PM, Mladen Turk <[EMAIL PROTECTED]>

svn commit: r701543 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp_common.c native/common/jk_lb_worker.c native/common/jk_shm.h native/common/jk_status.c xdocs/miscellaneous/changelog.xml

2008-10-03 Thread rjung
Author: rjung Date: Fri Oct 3 14:43:59 2008 New Revision: 701543 URL: http://svn.apache.org/viewvc?rev=701543&view=rev Log: Add display of seconds since last statistics reset to status worker. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c tomcat/connectors/trunk/jk/n

svn commit: r701517 - /tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

2008-10-03 Thread rjung
Author: rjung Date: Fri Oct 3 12:53:21 2008 New Revision: 701517 URL: http://svn.apache.org/viewvc?rev=701517&view=rev Log: Update changelog: - switch a couple of 'update's to 'add's - Add some more information to watchdog entry since it is now for Apache and IIS - add IIS to mount extensions e

svn commit: r701515 - /tomcat/connectors/trunk/jk/xdocs/generic_howto/timeouts.xml

2008-10-03 Thread rjung
Author: rjung Date: Fri Oct 3 12:48:27 2008 New Revision: 701515 URL: http://svn.apache.org/viewvc?rev=701515&view=rev Log: Correct comments about maintenance in timeouts document in light of new watchdog thread. Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/timeouts.xml Modified

svn commit: r701514 - /tomcat/connectors/trunk/jk/xdocs/reference/apache.xml

2008-10-03 Thread rjung
Author: rjung Date: Fri Oct 3 12:46:47 2008 New Revision: 701514 URL: http://svn.apache.org/viewvc?rev=701514&view=rev Log: Strenghten information about JkMount and virtual hosts. Modified: tomcat/connectors/trunk/jk/xdocs/reference/apache.xml Modified: tomcat/connectors/trunk/jk/xdocs/refe

svn commit: r701513 - in /tomcat/connectors/trunk/jk/xdocs/reference: apache.xml iis.xml

2008-10-03 Thread rjung
Author: rjung Date: Fri Oct 3 12:45:41 2008 New Revision: 701513 URL: http://svn.apache.org/viewvc?rev=701513&view=rev Log: Clarify a bit, how our watchdig thread works and what it does. Keep description for IIS and Apache consistent. Modified: tomcat/connectors/trunk/jk/xdocs/reference/apac

svn commit: r701508 - in /tomcat/connectors/trunk/jk/xdocs: miscellaneous/changelog.xml reference/workers.xml

2008-10-03 Thread rjung
Author: rjung Date: Fri Oct 3 12:41:08 2008 New Revision: 701508 URL: http://svn.apache.org/viewvc?rev=701508&view=rev Log: Document retry_wait and add to changelog. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml tomcat/connectors/trunk/jk/xdocs/reference/workers.

svn commit: r701507 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_ajp_common.h jk_util.c jk_util.h

2008-10-03 Thread rjung
Author: rjung Date: Fri Oct 3 12:37:13 2008 New Revision: 701507 URL: http://svn.apache.org/viewvc?rev=701507&view=rev Log: Add retry_wait for AJP13 workers. If a request fails, sleep a configurable time before each following retry. Remember: this has nothing to do with the lb retries. Modified:

svn commit: r701498 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2008-10-03 Thread rjung
Author: rjung Date: Fri Oct 3 12:22:52 2008 New Revision: 701498 URL: http://svn.apache.org/viewvc?rev=701498&view=rev Log: - Allow ping_mode = 'a' (for al) - Check ping_mode for AJP_CPING_INTERVAL instead of AJP_CPING_PREPOST when setting conn_ping_interval. Modified: tomcat/connectors/tr

Re: Branching connectors/jni for Tomcat Native

2008-10-03 Thread Mladen Turk
Costin Manolache wrote: What is the apr version in common linux distros ? Depends, Httpd 2.2.+ relies on APR 1.3. SVN as well, so eventually distros will pick it up. Well, that's a bit tricky - people don't upgrade prod servers easily. My concern is mostly about possibility for binary r

Re: Branching connectors/jni for Tomcat Native

2008-10-03 Thread Costin Manolache
On Fri, Oct 3, 2008 at 10:43 AM, Mladen Turk <[EMAIL PROTECTED]> wrote: > Costin Manolache wrote: > >> There are few issues and questions, I'm not sure its as simple as it looks >> :-) >> >> For new development - are you going to make changes in both branches ? I >> assume there will be >> feature

svn commit: r701478 - /tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

2008-10-03 Thread rjung
Author: rjung Date: Fri Oct 3 11:22:15 2008 New Revision: 701478 URL: http://svn.apache.org/viewvc?rev=701478&view=rev Log: Wake up watchdog in Apache every 100ms, like we do in IIS. Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Modified: tomcat/connectors/trunk/jk/native/

DO NOT REPLY [Bug 45931] trimSpaces incorrectly modifies output

2008-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45931 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Severity|normal |enhancement

Re: Branching connectors/jni for Tomcat Native

2008-10-03 Thread Mladen Turk
Costin Manolache wrote: There are few issues and questions, I'm not sure its as simple as it looks :-) For new development - are you going to make changes in both branches ? I assume there will be features that can only be done in 1.3. Right. 1.1.x will be in bug fixing mode Also, if we hav

svn commit: r701459 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2008-10-03 Thread rjung
Author: rjung Date: Fri Oct 3 10:34:30 2008 New Revision: 701459 URL: http://svn.apache.org/viewvc?rev=701459&view=rev Log: connection_keepalive -> connection_ping_interval in status worker output. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/tr

svn commit: r701454 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2008-10-03 Thread rjung
Author: rjung Date: Fri Oct 3 10:30:57 2008 New Revision: 701454 URL: http://svn.apache.org/viewvc?rev=701454&view=rev Log: Whitespace and indentation cleanup. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

DO NOT REPLY [Bug 45931] trimSpaces incorrectly modifies output

2008-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45931 --- Comment #2 from Meetesh Karia <[EMAIL PROTECTED]> 2008-10-03 10:22:50 PST --- Hi Mark, Thanks for the comment. The main question I have is whether you'd want to leave the -trimspaces option for JspC backwards-compatible (ie, if t

svn commit: r701449 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2008-10-03 Thread rjung
Author: rjung Date: Fri Oct 3 10:19:46 2008 New Revision: 701449 URL: http://svn.apache.org/viewvc?rev=701449&view=rev Log: Whitespace and indentation cleanup. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c URL:

Re: Branching connectors/jni for Tomcat Native

2008-10-03 Thread Costin Manolache
There are few issues and questions, I'm not sure its as simple as it looks :-) For new development - are you going to make changes in both branches ? I assume there will be features that can only be done in 1.3. Also, if we have separate releases of APR - are we going to release binaries ? For bo

svn commit: r701441 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2008-10-03 Thread rjung
Author: rjung Date: Fri Oct 3 09:45:49 2008 New Revision: 701441 URL: http://svn.apache.org/viewvc?rev=701441&view=rev Log: In order to fallback to traditional maintenance with IIS, we must also reset watchdog_interval. But then it is natural to use watchdog_interval and not is_inited as a thread

svn commit: r701435 - in /tomcat/connectors/trunk/jk/native: apache-2.0/mod_jk.c iis/jk_isapi_plugin.c

2008-10-03 Thread rjung
Author: rjung Date: Fri Oct 3 09:35:57 2008 New Revision: 701435 URL: http://svn.apache.org/viewvc?rev=701435&view=rev Log: Minor watchdig enhancements: - Reset watchdog interval to 0, if thread creation fails (so we use the request based maintenance) and any partially initialized thread migh

svn commit: r701434 - /tomcat/current/tc4.1.x/STATUS.txt

2008-10-03 Thread fhanik
Author: fhanik Date: Fri Oct 3 09:25:06 2008 New Revision: 701434 URL: http://svn.apache.org/viewvc?rev=701434&view=rev Log: vote Modified: tomcat/current/tc4.1.x/STATUS.txt Modified: tomcat/current/tc4.1.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc4.1.x/STATUS.txt?rev=

DO NOT REPLY [Bug 43656] ELSupport.coerceToType modifies BigDecimal Values

2008-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43656 --- Comment #9 from Mark Thomas <[EMAIL PROTECTED]> 2008-10-03 09:22:13 PST --- Thanks for the patch. I have committed it to trunk and proposed it for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=

svn commit: r701433 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-10-03 Thread markt
Author: markt Date: Fri Oct 3 09:21:52 2008 New Revision: 701433 URL: http://svn.apache.org/viewvc?rev=701433&view=rev Log: Propose fix for 43656 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATU

svn commit: r701432 - in /tomcat/trunk: java/org/apache/el/lang/ELSupport.java test/org/apache/el/lang/TestELSupport.java

2008-10-03 Thread markt
Author: markt Date: Fri Oct 3 09:19:01 2008 New Revision: 701432 URL: http://svn.apache.org/viewvc?rev=701432&view=rev Log: Fix regression in previous fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=43656 Patch provided by Nils Eckert. Modified: tomcat/trunk/java/org/apache/el/la

Re: Branching connectors/jni for Tomcat Native

2008-10-03 Thread Mladen Turk
Rainer Jung wrote: Mladen Turk schrieb: The native external is used in the dist.xml build file in order to include the tcnative sources in the TC src release. So either we need to adjust this part of TC build process, or simply switch the external for TC 6.0.x to the 1.1 branch (and keep TC trun

DO NOT REPLY [Bug 45015] Quoting in attributes

2008-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45015 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r701414 - /tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

2008-10-03 Thread rjung
Author: rjung Date: Fri Oct 3 08:37:04 2008 New Revision: 701414 URL: http://svn.apache.org/viewvc?rev=701414&view=rev Log: Only allow JkWatchdogInterval in global context. Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Modified: tomcat/connectors/trunk/jk/native/apache-2.0

Re: [Proposal] Create new bugzilla products for mod_jk and native

2008-10-03 Thread Rainer Jung
Mark Thomas schrieb: > I would like to propose creating two new products in bugzilla: > > - Tomcat mod_jk > - Tomcat APR-native Great initiative. > I am open to suggestions for better component names. I like Henri's suggestions, Tomcat Connectors and Tomcat Native. Although mod_jk is the more o

Re: Branching connectors/jni for Tomcat Native

2008-10-03 Thread Jim Jagielski
On Oct 3, 2008, at 9:33 AM, Yoav Shapira wrote: On Fri, Oct 3, 2008 at 1:56 AM, Mladen Turk <[EMAIL PROTECTED]> wrote: Hi, I'd like to create a branch of connectors for native component so it depends on the new APR 1.3.x API +1. Like Mark, I'm also OK with removal. +1

Re: [Proposal] Create new bugzilla products for mod_jk and native

2008-10-03 Thread Jim Jagielski
+1 On Oct 3, 2008, at 9:47 AM, Mark Thomas wrote: I would like to propose creating two new products in bugzilla: - Tomcat mod_jk - Tomcat APR-native I am open to suggestions for better component names. The bug reporting pages on the website and in the docs would need to be updated. Advan

Re: Branching connectors/jni for Tomcat Native

2008-10-03 Thread Rainer Jung
Mladen Turk schrieb: > Hi, > > I'd like to create a branch of connectors > for native component so it depends on the > new APR 1.3.x API > The new API offers some essential features targeted > explicitly for pool issues usage in > high level languages like Java. > > So, my idea is to branch the c

DO NOT REPLY [Bug 39530] Tomcat 5.5.17 generates incorrect code with trimSpaces turned on.

2008-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39530 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 45931] trimSpaces incorrectly modifies output

2008-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45931 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

Re: [Proposal] Create new bugzilla products for mod_jk and native

2008-10-03 Thread Mladen Turk
Mark Thomas wrote: I would like to propose creating two new products in bugzilla: - Tomcat mod_jk +1 - Tomcat APR-native Tomcat Native (we have tomcat-native-x.x.x, not tomcat-apr-native) Regards -- ^(TM) - To unsubscr

svn commit: r701383 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2008-10-03 Thread rjung
Author: rjung Date: Fri Oct 3 07:01:34 2008 New Revision: 701383 URL: http://svn.apache.org/viewvc?rev=701383&view=rev Log: Add define USE_RAW_HEADERS: Possible Fix for BZ 38895: We are mixing up "_" and "-" because we are using the CGI style IIS headers instead of the original raw ones. Needs a

Re: [Proposal] Create new bugzilla products for mod_jk and native

2008-10-03 Thread Mark Thomas
Henri Gomez wrote: > Good idea > > But to follow the http://tomcat.apache.org/ names, Tomcat Connectors > and Tomcat Native will be better ? I like it. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [Proposal] Create new bugzilla products for mod_jk and native

2008-10-03 Thread Henri Gomez
Good idea But to follow the http://tomcat.apache.org/ names, Tomcat Connectors and Tomcat Native will be better ? 2008/10/3 Mark Thomas <[EMAIL PROTECTED]>: > I would like to propose creating two new products in bugzilla: > > - Tomcat mod_jk > - Tomcat APR-native > > I am open to suggestions for

[Proposal] Create new bugzilla products for mod_jk and native

2008-10-03 Thread Mark Thomas
I would like to propose creating two new products in bugzilla: - Tomcat mod_jk - Tomcat APR-native I am open to suggestions for better component names. The bug reporting pages on the website and in the docs would need to be updated. Advantages: - All issues in a single place instead of assigned

svn commit: r701379 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2008-10-03 Thread mturk
Author: mturk Date: Fri Oct 3 06:37:22 2008 New Revision: 701379 URL: http://svn.apache.org/viewvc?rev=701379&view=rev Log: Use nicer error messages and unify its generation. Also make sure they are larger then 600 bytes, so IE displays them instead his own pages Modified: tomcat/connectors

Re: Branching connectors/jni for Tomcat Native

2008-10-03 Thread Yoav Shapira
On Fri, Oct 3, 2008 at 1:56 AM, Mladen Turk <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to create a branch of connectors > for native component so it depends on the > new APR 1.3.x API +1. Like Mark, I'm also OK with removal. Yoav --

svn commit: r701371 - in /tomcat/connectors/trunk/jk/xdocs: generic_howto/timeouts.xml miscellaneous/changelog.xml reference/workers.xml

2008-10-03 Thread rjung
Author: rjung Date: Fri Oct 3 06:12:11 2008 New Revision: 701371 URL: http://svn.apache.org/viewvc?rev=701371&view=rev Log: Enhance description of connection_pool_size in docs. Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/timeouts.xml tomcat/connectors/trunk/jk/xdocs/miscella

DO NOT REPLY [Bug 45511] EL "empty" keyword does not work

2008-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45511 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED]

DO NOT REPLY [Bug 45937] Function ':not' not found

2008-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45937 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

Re: svn commit: r701355 - in /tomcat/trunk/java/org/apache/catalina: core/StandardContext.java startup/LocalStrings.properties startup/TldConfig.java

2008-10-03 Thread Tim Funk
Mark Thomas wrote: Tim Funk wrote: Now I am more confused. So tldDigester is static. The init method sets setTldValidation and setTldNamespaceAware based on the first Context it encountered. (As well as the first StandardHost) So if another Context/StandardHost have different settings, they are

Re: svn commit: r701355 - in /tomcat/trunk/java/org/apache/catalina: core/StandardContext.java startup/LocalStrings.properties startup/TldConfig.java

2008-10-03 Thread Mark Thomas
Tim Funk wrote: > Now I am more confused. So tldDigester is static. The init method sets > setTldValidation and setTldNamespaceAware based on the first Context it > encountered. (As well as the first StandardHost) So if another > Context/StandardHost have different settings, they are ignored. (Whic

Re: svn commit: r701355 - in /tomcat/trunk/java/org/apache/catalina: core/StandardContext.java startup/LocalStrings.properties startup/TldConfig.java

2008-10-03 Thread Tim Funk
Now I am more confused. So tldDigester is static. The init method sets setTldValidation and setTldNamespaceAware based on the first Context it encountered. (As well as the first StandardHost) So if another Context/StandardHost have different settings, they are ignored. (Which sounds like a diff

Re: svn commit: r701358 - /tomcat/trunk/java/org/apache/naming/resources/FileDirContext.java

2008-10-03 Thread Remy Maucherat
On Fri, 2008-10-03 at 13:28 +0100, Mark Thomas wrote: > Remy Maucherat wrote: > > On Fri, 2008-10-03 at 12:09 +, [EMAIL PROTECTED] wrote: > >> Author: markt > >> Date: Fri Oct 3 05:09:16 2008 > >> New Revision: 701358 > >> > >> URL: http://svn.apache.org/viewvc?rev=701358&view=rev > >> Log: >

Re: svn commit: r701358 - /tomcat/trunk/java/org/apache/naming/resources/FileDirContext.java

2008-10-03 Thread Mark Thomas
Remy Maucherat wrote: > On Fri, 2008-10-03 at 12:09 +, [EMAIL PROTECTED] wrote: >> Author: markt >> Date: Fri Oct 3 05:09:16 2008 >> New Revision: 701358 >> >> URL: http://svn.apache.org/viewvc?rev=701358&view=rev >> Log: >> Better fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=454

Re: svn commit: r701358 - /tomcat/trunk/java/org/apache/naming/resources/FileDirContext.java

2008-10-03 Thread Remy Maucherat
On Fri, 2008-10-03 at 12:09 +, [EMAIL PROTECTED] wrote: > Author: markt > Date: Fri Oct 3 05:09:16 2008 > New Revision: 701358 > > URL: http://svn.apache.org/viewvc?rev=701358&view=rev > Log: > Better fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=45403 > With this patch, the allo

Re: svn commit: r701355 - in /tomcat/trunk/java/org/apache/catalina: core/StandardContext.java startup/LocalStrings.properties startup/TldConfig.java

2008-10-03 Thread Mark Thomas
Tim Funk wrote: > Unless I am missing something - we will now have a one TldConfig per > Context. That is how it was before. > And each TldConfig will have its own tldDigester. No, tldDigester is static. > But the > tldDigester is only used once on startup to find all the listeners. > > So tldDi

DO NOT REPLY [Bug 45940] jndi-resources-howto.html lists 'user' not 'username' as a attribute

2008-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45940 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r701363 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml jndi-resources-howto.xml

2008-10-03 Thread markt
Author: markt Date: Fri Oct 3 05:18:34 2008 New Revision: 701363 URL: http://svn.apache.org/viewvc?rev=701363&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45940 Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/trunk/webapps/docs/jndi-resour

svn commit: r701362 - /tomcat/trunk/webapps/docs/jndi-resources-howto.xml

2008-10-03 Thread markt
Author: markt Date: Fri Oct 3 05:15:53 2008 New Revision: 701362 URL: http://svn.apache.org/viewvc?rev=701362&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45940 typo user->username Modified: tomcat/trunk/webapps/docs/jndi-resources-howto.xml Modified: tomcat/trunk/we

svn commit: r701361 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-10-03 Thread markt
Author: markt Date: Fri Oct 3 05:12:11 2008 New Revision: 701361 URL: http://svn.apache.org/viewvc?rev=701361&view=rev Log: Propose fix Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=

Re: svn commit: r701355 - in /tomcat/trunk/java/org/apache/catalina: core/StandardContext.java startup/LocalStrings.properties startup/TldConfig.java

2008-10-03 Thread Tim Funk
Unless I am missing something - we will now have a one TldConfig per Context. And each TldConfig will have its own tldDigester. But the tldDigester is only used once on startup to find all the listeners. So tldDigester only needs to live for the life of execute() where eventType=Lifecycle.STAR

svn commit: r701358 - /tomcat/trunk/java/org/apache/naming/resources/FileDirContext.java

2008-10-03 Thread markt
Author: markt Date: Fri Oct 3 05:09:16 2008 New Revision: 701358 URL: http://svn.apache.org/viewvc?rev=701358&view=rev Log: Better fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=45403 With this patch, the allowLinking flag applies to all web application resources. It is very slightly

svn commit: r701356 - in /tomcat: current/tc5.5.x/STATUS.txt tc6.0.x/trunk/STATUS.txt

2008-10-03 Thread markt
Author: markt Date: Fri Oct 3 04:58:42 2008 New Revision: 701356 URL: http://svn.apache.org/viewvc?rev=701356&view=rev Log: Proposals Modified: tomcat/current/tc5.5.x/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewv

Re: Branching connectors/jni for Tomcat Native

2008-10-03 Thread Mark Thomas
Mladen Turk wrote: > Hi, > > I'd like to create a branch of connectors > for native component so it depends on the > new APR 1.3.x API > The new API offers some essential features targeted > explicitly for pool issues usage in > high level languages like Java. > > So, my idea is to branch the cur

DO NOT REPLY [Bug 45933] Error processing TLD file in webapp with XML parser

2008-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45933 --- Comment #3 from Mark Thomas <[EMAIL PROTECTED]> 2008-10-03 04:54:19 PST --- Ignore my previous. I now have a test case. Thanks for the report. This has been fixed in trunk and proposed for 6.0.x and 5.5.x. -- Configure bugmail:

svn commit: r701355 - in /tomcat/trunk/java/org/apache/catalina: core/StandardContext.java startup/LocalStrings.properties startup/TldConfig.java

2008-10-03 Thread markt
Author: markt Date: Fri Oct 3 04:53:28 2008 New Revision: 701355 URL: http://svn.apache.org/viewvc?rev=701355&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45933 Don't use parser from web-app for tld files Modified: tomcat/trunk/java/org/apache/catalina/core/StandardCo