svn commit: r1059811 - /tomcat/trunk/webapps/docs/config/context.xml

2011-01-17 Thread kkolinko
Author: kkolinko Date: Mon Jan 17 08:27:00 2011 New Revision: 1059811 URL: http://svn.apache.org/viewvc?rev=1059811view=rev Log: Clarify web application version ordering rules when both versioned and non-versioned instances of the application are running in parallel. Modified:

svn commit: r1059827 - in /tomcat/tc6.0.x/trunk/webapps/docs/config: context.xml engine.xml host.xml

2011-01-17 Thread kkolinko
Author: kkolinko Date: Mon Jan 17 09:29:13 2011 New Revision: 1059827 URL: http://svn.apache.org/viewvc?rev=1059827view=rev Log: Update examples of configurations of RemoteAddrValve, RemoteHostValve We are using java.util.regex, not Jakarta regex. CTR (docs) Modified:

svn commit: r1059836 - in /tomcat/tc5.5.x/trunk/container/webapps: admin/admin.xml docs/config/context.xml docs/config/engine.xml docs/config/host.xml

2011-01-17 Thread kkolinko
Author: kkolinko Date: Mon Jan 17 09:49:55 2011 New Revision: 1059836 URL: http://svn.apache.org/viewvc?rev=1059836view=rev Log: Update examples of configurations of RemoteAddrValve, RemoteHostValve We are using java.util.regex, not Jakarta regexp. CTR (docs) Modified:

[Tomcat Wiki] Update of PoweredBy by prosch

2011-01-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The PoweredBy page has been changed by prosch. http://wiki.apache.org/tomcat/PoweredBy?action=diffrev1=290rev2=291 -- = Sites,

PoweredBy reverted to revision 290 on Tomcat Wiki

2011-01-17 Thread Apache Wiki
Dear wiki user, You have subscribed to a wiki page Tomcat Wiki for change notification. The page PoweredBy has been reverted to revision 290 by KonstantinKolinko. The comment on this change is: Reverted to r290 to remove spam. http://wiki.apache.org/tomcat/PoweredBy?action=diffrev1=291rev2=292

DO NOT REPLY [Bug 50600] New: ConcurrentModificationException removing WAR via FarmWarDeployer

2011-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50600 Summary: ConcurrentModificationException removing WAR via FarmWarDeployer Product: Tomcat 6 Version: 6.0.29 Platform: All OS/Version: All Status: NEW

svn commit: r1059881 - in /tomcat/trunk: java/org/apache/catalina/ha/deploy/WarWatcher.java webapps/docs/changelog.xml

2011-01-17 Thread markt
Author: markt Date: Mon Jan 17 11:26:56 2011 New Revision: 1059881 URL: http://svn.apache.org/viewvc?rev=1059881view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50600 Prevent ConcurrentModificationException when removing WAR via FarmWarDeployer Modified:

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

2011-01-17 Thread markt
Author: markt Date: Mon Jan 17 11:28:03 2011 New Revision: 1059882 URL: http://svn.apache.org/viewvc?rev=1059882view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 50600] ConcurrentModificationException removing WAR via FarmWarDeployer

2011-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50600 --- Comment #1 from Mark Thomas ma...@apache.org 2011-01-17 06:28:46 EST --- Fixed in 7.0.x and will be included in 7.0.7 onwards - r1059881 Proposed for 6.0.x -- Configure bugmail:

svn commit: r1059896 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-01-17 Thread rjung
Author: rjung Date: Mon Jan 17 11:53:52 2011 New Revision: 1059896 URL: http://svn.apache.org/viewvc?rev=1059896view=rev Log: Patch provided, thanks. Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

svn commit: r1059897 - /tomcat/trunk/webapps/docs/config/http.xml

2011-01-17 Thread kkolinko
Author: kkolinko Date: Mon Jan 17 11:55:58 2011 New Revision: 1059897 URL: http://svn.apache.org/viewvc?rev=1059897view=rev Log: Document the conflict between compression and sendfile, as was discussed on users@ http://markmail.org/thread/bp46zusxjsqqxydr Modified:

svn commit: r1059898 - /tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml

2011-01-17 Thread kkolinko
Author: kkolinko Date: Mon Jan 17 12:00:40 2011 New Revision: 1059898 URL: http://svn.apache.org/viewvc?rev=1059898view=rev Log: Document the conflict between compression and sendfile, as was discussed on users@ http://markmail.org/thread/bp46zusxjsqqxydr CTR (docs) Modified:

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

2011-01-17 Thread kkolinko
Author: kkolinko Date: Mon Jan 17 12:24:56 2011 New Revision: 1059900 URL: http://svn.apache.org/viewvc?rev=1059900view=rev Log: vote and proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1059906 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-01-17 Thread kkolinko
Author: kkolinko Date: Mon Jan 17 13:02:29 2011 New Revision: 1059906 URL: http://svn.apache.org/viewvc?rev=1059906view=rev Log: Updated the patch - added r1038975, and rephrased the proposal. Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

Findbugs Ant build target?

2011-01-17 Thread sebb
Is there an Ant build target for running Findbugs on Tomcat trunk? If not, would you consider adding one (I can provide a patch, but I don't know all the settings, so some might have to be adjusted later)? - To unsubscribe,

DO NOT REPLY [Bug 50601] New: Redundant null checks before instanceof in equals()

2011-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50601 Summary: Redundant null checks before instanceof in equals() Product: Tomcat 7 Version: trunk Platform: All OS/Version: All Status: NEW Severity: enhancement

Time for 5.5.32??

2011-01-17 Thread Jim Jagielski
I'd like to look over the remaining STATUS of 5.5 in hopes of getting a 5.5.32 out soon... I'll RM. Comments? - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: Time for 5.5.32??

2011-01-17 Thread Mark Thomas
On 17/01/2011 14:02, Jim Jagielski wrote: I'd like to look over the remaining STATUS of 5.5 in hopes of getting a 5.5.32 out soon... I'll RM. Comments? +1 Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

DO NOT REPLY [Bug 50604] New: Incorrect dependency in jasper.pom for eclipse ecj

2011-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50604 Summary: Incorrect dependency in jasper.pom for eclipse ecj Product: Tomcat 6 Version: 6.0.30 Platform: PC OS/Version: Linux Status: NEW Severity: normal

svn commit: r1059993 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationFilterConfig.java webapps/docs/changelog.xml

2011-01-17 Thread markt
Author: markt Date: Mon Jan 17 17:12:36 2011 New Revision: 1059993 URL: http://svn.apache.org/viewvc?rev=1059993view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50597 Don't instantiate a new instance of a Filter if an instance was provided via the

DO NOT REPLY [Bug 50597] Class.newInstance is used for Dynamic instance filters causing InstantiationException

2011-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50597 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1060002 - in /tomcat/trunk: java/org/apache/catalina/ant/AbstractCatalinaTask.java java/org/apache/catalina/ant/package.html res/deployer/build.xml webapps/docs/appdev/build.xml.txt webap

2011-01-17 Thread markt
Author: markt Date: Mon Jan 17 17:19:37 2011 New Revision: 1060002 URL: http://svn.apache.org/viewvc?rev=1060002view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50598 Correct URL for manager text interface Modified:

DO NOT REPLY [Bug 50598] Sample build.xml uses wrong manager.url

2011-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50598 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 50599] Documentation gives impression that manager role enables using ant deploy

2011-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50599 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1060015 - in /tomcat/trunk: java/org/apache/catalina/ant/package.html webapps/docs/appdev/build.xml.txt webapps/docs/appdev/processes.xml webapps/docs/changelog.xml webapps/docs/funcspecs

2011-01-17 Thread markt
Author: markt Date: Mon Jan 17 17:31:45 2011 New Revision: 1060015 URL: http://svn.apache.org/viewvc?rev=1060015view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50599 Use correct names of security roles for Manager app Modified:

Re: Time for 5.5.32??

2011-01-17 Thread Konstantin Kolinko
2011/1/17 Mark Thomas ma...@apache.org: On 17/01/2011 14:02, Jim Jagielski wrote: I'd like to look over the remaining STATUS of 5.5 in hopes of getting a 5.5.32 out soon... I'll RM. Comments? +1 +1 Best regards, Konstantin Kolinko

DO NOT REPLY [Bug 50604] Incorrect dependency in jasper.pom for eclipse ecj

2011-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50604 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 50597] Class.newInstance is used for Dynamic instance filters causing InstantiationException

2011-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50597 --- Comment #3 from Ismael Juma mli...@juma.me.uk 2011-01-17 15:06:04 EST --- Thanks! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

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

2011-01-17 Thread kfujino
Author: kfujino Date: Tue Jan 18 05:56:50 2011 New Revision: 1060198 URL: http://svn.apache.org/viewvc?rev=1060198view=rev Log: my votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 50604] Incorrect dependency in jasper.pom for eclipse ecj

2011-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50604 --- Comment #2 from Marc Guillemot mguille...@yahoo.fr 2011-01-18 02:25:48 EST --- No matter whether these versions exist somewhere or not, if you publish to the maven central repository, then it means that you want to allow your users to

DO NOT REPLY [Bug 50606] New: Error running CGI executable in Tomcat 6.0.30

2011-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50606 Summary: Error running CGI executable in Tomcat 6.0.30 Product: Tomcat 6 Version: 6.0.30 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal

svn commit: r1060226 - in /tomcat: tc6.0.x/trunk/java/org/apache/catalina/ant/package.html tc6.0.x/trunk/webapps/docs/config/listeners.xml trunk/webapps/docs/config/listeners.xml

2011-01-17 Thread kkolinko
Author: kkolinko Date: Tue Jan 18 07:46:18 2011 New Revision: 1060226 URL: http://svn.apache.org/viewvc?rev=1060226view=rev Log: Correct a pair of typos in documentation Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ant/package.html