Re: [Proposal] Branching JK

2009-03-25 Thread Costin Manolache
I still don't understand why don't you just ship 2 config files, or even change the defaults and just provide a config that restores old values. But it looks like a reasonable plan - next step will be to ship 1.2.28, label it - and branch if you want ( branches are cheap if you don't plan to do a l

Re: [Proposal] Branching JK

2009-03-25 Thread Rainer Jung
On 25.03.2009 19:33, Costin Manolache wrote: On Wed, Mar 25, 2009 at 11:17 AM, Rainer Jungwrote: Thanks Costin for coming back to this topic. Collecting ideas for major redesigns could be done, but that was not my intention. I don't see enough time available for doing the big stuff, but I want t

Re: Sun Webserver connector problem - nsapi_redirector

2009-03-25 Thread Rainer Jung
On 25.03.2009 20:31, dmitriz wrote: I would like to front Tomcat 6.0.14 with Sun WebServer 6.1 SP8. I have followed to a tee the instructions from http://tomcat.apache.org/connectors-doc/webserver_howto/nes.html http://tomcat.apache.org/connectors-doc/webserver_howto/nes.html Unfortunately, it se

Sun Webserver connector problem - nsapi_redirector

2009-03-25 Thread dmitriz
I would like to front Tomcat 6.0.14 with Sun WebServer 6.1 SP8. I have followed to a tee the instructions from http://tomcat.apache.org/connectors-doc/webserver_howto/nes.html http://tomcat.apache.org/connectors-doc/webserver_howto/nes.html Unfortunately, it seems like the directive: NameTrans

DO NOT REPLY [Bug 46875] CometConnectionManagerValve: concurrent access on session object when calling HttpSession.invalidate()

2009-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46875 --- Comment #2 from Mark Thomas 2009-03-25 12:03:04 PST --- I've added try/catch blocks as per Remy's suggestion to trunk and proposed the fix for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

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

2009-03-25 Thread markt
Author: markt Date: Wed Mar 25 19:02:20 2009 New Revision: 758411 URL: http://svn.apache.org/viewvc?rev=758411&view=rev Log: Propose fix for 46875 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: r758407 - /tomcat/trunk/java/org/apache/catalina/valves/CometConnectionManagerValve.java

2009-03-25 Thread markt
Author: markt Date: Wed Mar 25 18:57:43 2009 New Revision: 758407 URL: http://svn.apache.org/viewvc?rev=758407&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46875 Add try/catch to session access in case session has been invalidated Modified: tomcat/trunk/java/org/apach

Re: drop mod_jk?

2009-03-25 Thread Rainer Jung
On 25.03.2009 17:13, William A. Rowe, Jr. wrote: If there's a desire to move ahead with a new connector at the tomcat project, and the branch/release approach is planned to yield stable code that will improve from release to release, why even retain the association to 'jk'? It seems it would bene

Re: drop mod_jk?

2009-03-25 Thread William A. Rowe, Jr.
Henri Gomez wrote: mod_jk is not a 'regular' Apache HTTPd module, since it could be used with IIS, Domino, iPlanet and got JNI support. Of course I understand all that. But why call it after 'jakarta'? My point is that tomcat/7.0/connectors could use a fresh new name. --

Re: [Proposal] Branching JK

2009-03-25 Thread Costin Manolache
On Wed, Mar 25, 2009 at 11:17 AM, Rainer Jung wrote: > On 25.03.2009 18:38, Costin Manolache wrote: > >> This thread was more about where to implement new features - if the goal >> is >> a 'redesign >> from scratch' than maybe sandbox or a branch is a better place, but we >> tried >> that twice >>

Re: [Proposal] Branching JK

2009-03-25 Thread Rainer Jung
On 25.03.2009 18:38, Costin Manolache wrote: This thread was more about where to implement new features - if the goal is a 'redesign from scratch' than maybe sandbox or a branch is a better place, but we tried that twice (jk2 and webapp) and I don't think there are enough people interested in suc

svn commit: r758374 - /tomcat/trunk/java/org/apache/catalina/valves/CometConnectionManagerValve.java

2009-03-25 Thread markt
Author: markt Date: Wed Mar 25 18:01:43 2009 New Revision: 758374 URL: http://svn.apache.org/viewvc?rev=758374&view=rev Log: Stop Eclipse complaining Modified: tomcat/trunk/java/org/apache/catalina/valves/CometConnectionManagerValve.java Modified: tomcat/trunk/java/org/apache/catalina/valv

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

2009-03-25 Thread markt
Author: markt Date: Wed Mar 25 17:55:43 2009 New Revision: 758368 URL: http://svn.apache.org/viewvc?rev=758368&view=rev Log: Propose fix for 46908 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

DO NOT REPLY [Bug 46908] tomcat-users.xml has invalid encoding "cp1252" when using endorsed library xercesImpl.jar

2009-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46908 --- Comment #2 from Mark Thomas 2009-03-25 10:55:47 PST --- A fix has been made in trunk and proposed for 6.0.x. I took a different approach (which will only work with xerces) that tries to configure the xml parser to support the java

Re: drop mod_jk?

2009-03-25 Thread Costin Manolache
On Wed, Mar 25, 2009 at 9:42 AM, Mladen Turk wrote: > William A. Rowe, Jr. wrote: > >> If there's a desire to move ahead with a new connector at the tomcat >> project, and the branch/release approach is planned to yield stable >> code that will improve from release to release, why even retain the

svn commit: r758365 - in /tomcat/trunk/java/org/apache/catalina: realm/LocalStrings.properties realm/MemoryRealm.java users/LocalStrings.properties users/MemoryUserDatabase.java

2009-03-25 Thread markt
Author: markt Date: Wed Mar 25 17:49:14 2009 New Revision: 758365 URL: http://svn.apache.org/viewvc?rev=758365&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45332 When reading tomcat-users.xml try to ensure the digester supports the java encoding names. The windows installe

svn commit: r758363 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java

2009-03-25 Thread fhanik
Author: fhanik Date: Wed Mar 25 17:46:13 2009 New Revision: 758363 URL: http://svn.apache.org/viewvc?rev=758363&view=rev Log: Allow the type to be the exact name of the data source Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java Modified: to

[Tomcat Wiki] Update of "Tomcat/UTF-8" by yyamano

2009-03-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by yyamano: http://wiki.apache.org/tomcat/Tomcat/UTF-8 -- those of you

Re: [Proposal] Branching JK

2009-03-25 Thread Costin Manolache
On Wed, Mar 25, 2009 at 9:12 AM, Henri Gomez wrote: > 2009/3/25 William A. Rowe, Jr. : > > Mladen Turk wrote: > >> > >> The problem with mod_proxy and mod_cluster is the > >> fact they are targeted for a *single* web server (httpd) > > > > Which varies from a one off poorly defined protocol how,

Re: 6.0.19 RC

2009-03-25 Thread Remy Maucherat
On Wed, 2009-03-25 at 17:22 +0100, Remy Maucherat wrote: > On Wed, 2009-03-25 at 17:17 +0100, Mark Thomas wrote: > > What platform are you running on these days? > > Linux. But OTOH, the filtering is 100% useless (except for > ServerInfo.properties). Ok, it seems I need to use the encoding="ISO-8

DO NOT REPLY [Bug 46908] tomcat-users.xml has invalid encoding "cp1252" when using endorsed library xercesImpl.jar

2009-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46908 --- Comment #1 from Mark Thomas 2009-03-25 10:03:56 PST --- The change to cp1252 is as a result of bug 45332. When you use xerces via the endorsed mechanism, the feature http://apache.org/xml/features/allow-java-encodings is false so

Re: [Proposal] Branching JK

2009-03-25 Thread Henri Gomez
> - Saving changes done by the status worker > - Rotating log file for IIS > - Improving the status worker display > - Adding more connection parameters for dynamic management > - Adding more functionality to the watchdog thread (e.g. URL probing) And for a better load balancing, adding a way to g

Re: drop mod_jk?

2009-03-25 Thread Mladen Turk
William A. Rowe, Jr. wrote: If there's a desire to move ahead with a new connector at the tomcat project, and the branch/release approach is planned to yield stable code that will improve from release to release, why even retain the association to 'jk'? It seems it would benefit the effort if st

Re: drop mod_jk?

2009-03-25 Thread Henri Gomez
> If there's a desire to move ahead with a new connector at the tomcat > project, and the branch/release approach is planned to yield stable > code that will improve from release to release, why even retain the > association to 'jk'?  It seems it would benefit the effort if stable > code was releas

Re: 6.0.19 RC

2009-03-25 Thread Remy Maucherat
On Wed, 2009-03-25 at 17:17 +0100, Mark Thomas wrote: > What platform are you running on these days? Linux. But OTOH, the filtering is 100% useless (except for ServerInfo.properties). Rémy - To unsubscribe, e-mail: dev-unsubsc

Re: 6.0.19 RC

2009-03-25 Thread Mark Thomas
Remy Maucherat wrote: > On Wed, 2009-03-25 at 16:59 +0100, Mark Thomas wrote: >> The RC at http://people.apache.org/~remm/tomcat-6/v6.0.19/bin/ seems to be >> suffering from https://issues.apache.org/bugzilla/show_bug.cgi?id=46910 >> >> Remy - I can't reproduce this on my machine so it looks like a

Re: 6.0.19 RC

2009-03-25 Thread Remy Maucherat
On Wed, 2009-03-25 at 16:59 +0100, Mark Thomas wrote: > The RC at http://people.apache.org/~remm/tomcat-6/v6.0.19/bin/ seems to be > suffering from https://issues.apache.org/bugzilla/show_bug.cgi?id=46910 > > Remy - I can't reproduce this on my machine so it looks like an issue with > your > buil

drop mod_jk?

2009-03-25 Thread William A. Rowe, Jr.
If there's a desire to move ahead with a new connector at the tomcat project, and the branch/release approach is planned to yield stable code that will improve from release to release, why even retain the association to 'jk'? It seems it would benefit the effort if stable code was released with a

Re: [Proposal] Branching JK

2009-03-25 Thread Henri Gomez
2009/3/25 William A. Rowe, Jr. : > Mladen Turk wrote: >> >> The problem with mod_proxy and mod_cluster is the >> fact they are targeted for a *single* web server (httpd) > > Which varies from a one off poorly defined protocol how, exactly? > >> They don't have the generic web server API like mod_jk

Re: [Proposal] Branching JK

2009-03-25 Thread William A. Rowe, Jr.
Mladen Turk wrote: The problem with mod_proxy and mod_cluster is the fact they are targeted for a *single* web server (httpd) Which varies from a one off poorly defined protocol how, exactly? They don't have the generic web server API like mod_jk does, and all of them doesn't support async b

DO NOT REPLY [Bug 46910] properties files in tomcat-i18n-fr.jar misencoded

2009-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46910 --- Comment #1 from Mark Thomas 2009-03-25 09:00:54 PST --- I observe the same issue with 6.0.18 and the 6.0.19 release candidate but I can't reproduce this on my machine. It looks like an issue with the RM's build environment. Invest

6.0.19 RC

2009-03-25 Thread Mark Thomas
The RC at http://people.apache.org/~remm/tomcat-6/v6.0.19/bin/ seems to be suffering from https://issues.apache.org/bugzilla/show_bug.cgi?id=46910 Remy - I can't reproduce this on my machine so it looks like an issue with your build environment. Can you take a look? Cheers, Mark ---

[Tomcat Wiki] Update of "PoweredBy" by epohren

2009-03-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by epohren: http://wiki.apache.org/tomcat/PoweredBy -- = TeHospe

Re: bug in org.apache.tomcat.jdbc.pool.PooledConnection.validate() for initSQL

2009-03-25 Thread Filip Hanik - Dev Lists
Thank you Torin, fixed in r758273 Filip torin.e.mcc...@jci.com wrote: Hi there is a bug in org.apache.tomcat.jdbc.pool.PooledConnection.validate (int validateAction, String sql) for initSQL. You do not perform the validation if it has occurred recently--getValidationInterval(). However this sh

svn commit: r758273 - /tomcat/current/tc5.5.x/STATUS.txt

2009-03-25 Thread fhanik
Author: fhanik Date: Wed Mar 25 14:40:07 2009 New Revision: 758273 URL: http://svn.apache.org/viewvc?rev=758273&view=rev Log: votes Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev

svn commit: r758272 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/PooledConnection.java

2009-03-25 Thread fhanik
Author: fhanik Date: Wed Mar 25 14:38:33 2009 New Revision: 758272 URL: http://svn.apache.org/viewvc?rev=758272&view=rev Log: Fix bug when initSQL is used, then we should always execute it upon connection creation. Bug report attributed to Torin McCabe Modified: tomcat/trunk/modules/jdbc-po

[Tomcat Wiki] Update of "PoweredBy" by epohren

2009-03-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by epohren: http://wiki.apache.org/tomcat/PoweredBy -- = The Weathe

svn commit: r758264 - /tomcat/current/tc5.5.x/STATUS.txt

2009-03-25 Thread rjung
Author: rjung Date: Wed Mar 25 14:06:07 2009 New Revision: 758264 URL: http://svn.apache.org/viewvc?rev=758264&view=rev Log: Clarify a comment and fix a revision number. Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc

bug in org.apache.tomcat.jdbc.pool.PooledConnection.validate() for initSQL

2009-03-25 Thread Torin . E . McCabe
Hi there is a bug in org.apache.tomcat.jdbc.pool.PooledConnection.validate (int validateAction, String sql) for initSQL. You do not perform the validation if it has occurred recently--getValidationInterval(). However this shoul not apply to validateAction == VALIDATE_INIT which should always be

svn commit: r758256 - /tomcat/container/tc5.5.x/catalina/src/bin/

2009-03-25 Thread mturk
Author: mturk Date: Wed Mar 25 13:43:00 2009 New Revision: 758256 URL: http://svn.apache.org/viewvc?rev=758256&view=rev Log: Set svn:executable property on .sh and .bat files Modified: tomcat/container/tc5.5.x/catalina/src/bin/catalina.bat (props changed) tomcat/container/tc5.5.x/catali

svn commit: r758250 - in /tomcat/trunk/java/org/apache/catalina/connector: Request.java RequestFacade.java

2009-03-25 Thread fhanik
Author: fhanik Date: Wed Mar 25 13:33:13 2009 New Revision: 758250 URL: http://svn.apache.org/viewvc?rev=758250&view=rev Log: some basic skeleton addition, more to follow Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java tomcat/trunk/java/org/apache/catalina/connector

svn commit: r758249 - in /tomcat/trunk/java/org/apache/catalina/tribes: membership/MemberImpl.java util/Arrays.java

2009-03-25 Thread fhanik
Author: fhanik Date: Wed Mar 25 13:32:17 2009 New Revision: 758249 URL: http://svn.apache.org/viewvc?rev=758249&view=rev Log: Display IP address in range 0-255 and not -127-127 Modified: tomcat/trunk/java/org/apache/catalina/tribes/membership/MemberImpl.java tomcat/trunk/java/org/apache/c

DO NOT REPLY [Bug 46910] New: properties files in tomcat-i18n-fr.jar misencoded

2009-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46910 Summary: properties files in tomcat-i18n-fr.jar misencoded Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Windows 2000 Status: NEW Severity: minor

DO NOT REPLY [Bug 46909] New: error

2009-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46909 Summary: error Product: Tomcat 5 Version: Unknown Platform: All OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: Jasper

DO NOT REPLY [Bug 46816] /status/all fails if using PersistentManager

2009-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46816 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r758189 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/session/mbeans-descriptors.xml webapps/docs/changelog.xml

2009-03-25 Thread markt
Author: markt Date: Wed Mar 25 09:39:34 2009 New Revision: 758189 URL: http://svn.apache.org/viewvc?rev=758189&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46816 Align mbean with implementation Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/

DO NOT REPLY [Bug 46907] Jasper with log4j in web-app classpath and debug level enabled prevents reading HTTP POST stream from JSP

2009-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46907 Olivier Lau changed: What|Removed |Added Version|Unknown |5.5.26 --- Comment #1 from Olivi

svn commit: r758166 - /tomcat/container/tc5.5.x/catalina/src/bin/setclasspath.sh

2009-03-25 Thread mturk
Author: mturk Date: Wed Mar 25 07:30:42 2009 New Revision: 758166 URL: http://svn.apache.org/viewvc?rev=758166&view=rev Log: Small cosmetic fix Modified: tomcat/container/tc5.5.x/catalina/src/bin/setclasspath.sh Modified: tomcat/container/tc5.5.x/catalina/src/bin/setclasspath.sh URL: http:/

svn commit: r758165 - /tomcat/tc6.0.x/trunk/bin/setclasspath.sh

2009-03-25 Thread mturk
Author: mturk Date: Wed Mar 25 07:22:44 2009 New Revision: 758165 URL: http://svn.apache.org/viewvc?rev=758165&view=rev Log: Small cosmetic fix. I suppose there is no need to vote for something that trivial. If it is, I'll revert and propose a backport in STATUS Modified: tomcat/tc6.0.x/trunk

svn commit: r758164 - /tomcat/trunk/bin/setclasspath.sh

2009-03-25 Thread mturk
Author: mturk Date: Wed Mar 25 07:18:17 2009 New Revision: 758164 URL: http://svn.apache.org/viewvc?rev=758164&view=rev Log: Small cosmetic fix Modified: tomcat/trunk/bin/setclasspath.sh Modified: tomcat/trunk/bin/setclasspath.sh URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/setclasspa