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

2011-01-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50604 --- Comment #3 from Mark Thomas ma...@apache.org 2011-01-18 04:41:14 EST --- Background: Up to 6.0.29 the Tomcat build process went through a convoluted process to generate what was essentially ecj.jar from jdt.jar. This meant a 40MB+

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

2011-01-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50606 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

Re: Hosting the current Tomcat Maven Plugin from mojo codehaus

2011-01-18 Thread Mark Thomas
On 18/01/2011 10:32, Olivier Lamy wrote: Hi Folks, As you probably know there is a Tomcat Maven plugin available @codehaus [1] which provide various maven goals to use tomcat during dev process. So the probably best and more natural place to host is (IMHO) the ASF repo (in the tomcat path).

Re: Hosting the current Tomcat Maven Plugin from mojo codehaus

2011-01-18 Thread Konstantin Kolinko
2011/1/18 Mark Thomas ma...@apache.org: On 18/01/2011 10:32, Olivier Lamy wrote: Hi Folks, As you probably know there is a Tomcat Maven plugin available @codehaus [1] which provide various maven goals to use tomcat during dev process. So the probably best and more natural place to host is

Re: Time for 5.5.32??

2011-01-18 Thread jean-frederic clere
On 01/17/2011 03:02 PM, 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 Cheers Jean-Frederic - To unsubscribe, e-mail:

Improving CGIServlet - path and args to the executable

2011-01-18 Thread Konstantin Kolinko
Hi! In 6.0.30 to fix BZ 49657 we changed the way how cgi command is built in CGI Servlet: http://svn.apache.org/viewvc?view=revisionrevision=1004424 Earlier implementation used to build the command as a single string, wrapping parts of it in double quotes. The new implementation uses

svn commit: r1060465 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/ha/deploy/WarWatcher.java webapps/docs/changelog.xml

2011-01-18 Thread markt
Author: markt Date: Tue Jan 18 16:55:14 2011 New Revision: 1060465 URL: http://svn.apache.org/viewvc?rev=1060465view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50600 Avoid ConcurrentModificationException when removing WAR via FarmWarDeployer Modified:

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

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

svn commit: r1060467 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ webapps/docs/ webapps/docs/config/

2011-01-18 Thread markt
Author: markt Date: Tue Jan 18 17:01:07 2011 New Revision: 1060467 URL: http://svn.apache.org/viewvc?rev=1060467view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50205 Add deployIgnore to Host Based on a patch by Jim Riggs (markt/kkolinko) Modified:

DO NOT REPLY [Bug 50205] Add deployIgnorePaths attribute to StandardHost

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

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

2011-01-18 Thread markt
Author: markt Date: Tue Jan 18 17:04:20 2011 New Revision: 1060472 URL: http://svn.apache.org/viewvc?rev=1060472view=rev Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2011-01-18 Thread markt
Author: markt Date: Tue Jan 18 17:07:39 2011 New Revision: 1060477 URL: http://svn.apache.org/viewvc?rev=1060477view=rev Log: Vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

svn commit: r1060486 - in /tomcat/trunk/webapps: docs/config/host.xml docs/deployer-howto.xml docs/html-manager-howto.xml docs/jndi-datasource-examples-howto.xml docs/manager-howto.xml docs/realm-howt

2011-01-18 Thread kkolinko
Author: kkolinko Date: Tue Jan 18 17:30:24 2011 New Revision: 1060486 URL: http://svn.apache.org/viewvc?rev=1060486view=rev Log: Documentation fixes: 1) role name: s/manager/manager-script/ (BZ 50599), s/manager-script/admin-script/ on 401/403 pages of host-manager webapp (a typo) 2) there is no

svn commit: r1060489 - in /tomcat/tc6.0.x/trunk/webapps/docs: config/host.xml html-manager-howto.xml jndi-datasource-examples-howto.xml manager-howto.xml realm-howto.xml

2011-01-18 Thread kkolinko
Author: kkolinko Date: Tue Jan 18 17:41:46 2011 New Revision: 1060489 URL: http://svn.apache.org/viewvc?rev=1060489view=rev Log: Documentation fixes: there is no property debug on the Context, nor on several other classes (realms, authenticators) CTR: docs Modified:

svn commit: r1060515 - in /tomcat/tc5.5.x/trunk/container: modules/cluster/etc/ modules/storeconfig-ha/test/conf/ modules/storeconfig/test/conf/ webapps/docs/

2011-01-18 Thread kkolinko
Author: kkolinko Date: Tue Jan 18 18:26:50 2011 New Revision: 1060515 URL: http://svn.apache.org/viewvc?rev=1060515view=rev Log: Documentation fixes: there is no property debug on the Context, nor on several other classes (realms, authenticators) Updated cluster-server.xml sample file (aligned

svn commit: r1060524 - in /tomcat: tc6.0.x/trunk/java/org/apache/catalina/ant/jmx/JMXAccessorInvokeTask.java tc6.0.x/trunk/webapps/docs/monitoring.xml trunk/java/org/apache/catalina/ant/jmx/JMXAccesso

2011-01-18 Thread kkolinko
Author: kkolinko Date: Tue Jan 18 18:38:02 2011 New Revision: 1060524 URL: http://svn.apache.org/viewvc?rev=1060524view=rev Log: Correct a typo in documentation Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ant/jmx/JMXAccessorInvokeTask.java

Tomcat 7.0.x. still CTR?

2011-01-18 Thread Christopher Schultz
All, Since Tomcat 7.0.x went stable, does that change the commit policy, or are we still doing commit-them-review? Thanks, -chris signature.asc Description: OpenPGP digital signature

svn commit: r1060538 - in /tomcat/trunk: java/org/apache/jasper/ java/org/apache/jasper/resources/ java/org/apache/naming/factory/webservices/ java/org/apache/tomcat/util/buf/ res/findbugs/

2011-01-18 Thread markt
Author: markt Date: Tue Jan 18 18:57:45 2011 New Revision: 1060538 URL: http://svn.apache.org/viewvc?rev=1060538view=rev Log: Fix the last of the high priority FindBugs warnings Modified: tomcat/trunk/java/org/apache/jasper/JspC.java

Re: Tomcat 7.0.x. still CTR?

2011-01-18 Thread Mark Thomas
On 18/01/2011 18:41, Christopher Schultz wrote: All, Since Tomcat 7.0.x went stable, does that change the commit policy, or are we still doing commit-them-review? The plan was to switch to R-T-C and to create /tc7.0.x/trunk from the first stable tag. I'm leaning towards seeing how things go

Re: Tomcat 7.0.x. still CTR?

2011-01-18 Thread Tim Funk
My preference is to remain CTR on the idea the anything of significance be proposed so there would be consensus to push it into 7.0 or branch to 7.X -Tim On 1/18/2011 1:41 PM, Christopher Schultz wrote: All, Since Tomcat 7.0.x went stable, does that change the commit policy, or are we still

Re: Improving CGIServlet - path and args to the executable

2011-01-18 Thread sebb
On 18 January 2011 16:19, Konstantin Kolinko knst.koli...@gmail.com wrote: Hi! In 6.0.30 to fix BZ 49657 we changed the way how cgi command is built in CGI Servlet: http://svn.apache.org/viewvc?view=revisionrevision=1004424 Earlier implementation used to build the command as a single

Re: Improving CGIServlet - path and args to the executable

2011-01-18 Thread Konstantin Kolinko
2011/1/18 sebb seb...@gmail.com: The empty string is assumed to be perl, according to: No. Absence of this init-param is what will be perl. Setting it explicitly overwrites the default. if (getServletConfig().getInitParameter(executable) != null) { cgiExecutable =

svn commit: r1060555 - in /tomcat: tc5.5.x/trunk/container/webapps/docs/windows-service-howto.xml tc6.0.x/trunk/webapps/docs/windows-service-howto.xml

2011-01-18 Thread kkolinko
Author: kkolinko Date: Tue Jan 18 20:15:59 2011 New Revision: 1060555 URL: http://svn.apache.org/viewvc?rev=1060555view=rev Log: Correct a typo in documentation Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/windows-service-howto.xml

svn commit: r1060560 - in /tomcat/tc5.5.x/trunk: ./ container/webapps/admin/ container/webapps/docs/ container/webapps/host-manager/ container/webapps/manager/

2011-01-18 Thread kkolinko
Author: kkolinko Date: Tue Jan 18 20:26:56 2011 New Revision: 1060560 URL: http://svn.apache.org/viewvc?rev=1060560view=rev Log: Configure manager, host-manager and admin webapps to use HttpOnly for session cookies Modified: tomcat/tc5.5.x/trunk/STATUS.txt

Re: Improving CGIServlet - path and args to the executable

2011-01-18 Thread sebb
On 18 January 2011 19:48, Konstantin Kolinko knst.koli...@gmail.com wrote: 2011/1/18 sebb seb...@gmail.com: The empty string is assumed to be perl, according to: No. Absence of this init-param is what will be perl. Setting it explicitly overwrites the default.        if

Re: Improving CGIServlet - path and args to the executable

2011-01-18 Thread Mark Thomas
On 18/01/2011 16:19, Konstantin Kolinko wrote: So I think of the following: 1. Allow empty value of executable init-param +1. We can just drop that element from the String[] 2. Introduce additional init-params to explicitly specify additional arguments: executable-arg-1 executable-arg-2

svn commit: r1060586 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/apache/catalina/realm/ java/org/apache/catalina/ssi/ java/org/apache/jasper/runtime/ j

2011-01-18 Thread markt
Author: markt Date: Tue Jan 18 21:33:14 2011 New Revision: 1060586 URL: http://svn.apache.org/viewvc?rev=1060586view=rev Log: Fix Findbugs and Eclipse warnings Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationDispatcher.java

DO NOT REPLY [Bug 50613] New: ConnectionPool.size corruption when evictions enabled:

2011-01-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50613 Summary: ConnectionPool.size corruption when evictions enabled: Product: Tomcat Modules Version: unspecified Platform: PC Status: NEW Severity: major Priority: P2

[Tomcat Wiki] Update of PoweredBy by prosch

2011-01-18 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=292rev2=293 -- This page is

[Tomcat Wiki] Update of PoweredBy by prosch

2011-01-18 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=293rev2=294 -- This page is

[Tomcat Wiki] Update of PoweredBy by prosch

2011-01-18 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=294rev2=295 -- This page is

PoweredBy reverted to revision 292 on Tomcat Wiki

2011-01-18 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 292 by ChuckCaldarale. The comment on this change is: Spam removal.. http://wiki.apache.org/tomcat/PoweredBy?action=diffrev1=295rev2=296

DO NOT REPLY [Bug 21283] [PATCH] check for null inputstream before parsing xml in ParseUtils.parseXmlDocument

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

svn commit: r1060627 - in /tomcat/trunk/webapps: docs/changelog.xml host-manager/META-INF/context.xml manager/META-INF/context.xml

2011-01-18 Thread markt
Author: markt Date: Wed Jan 19 00:00:59 2011 New Revision: 1060627 URL: http://svn.apache.org/viewvc?rev=1060627view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=22278 Add a commented out RemoteAddrValve that limits access to the Manager and Host Manager applications to

DO NOT REPLY [Bug 22278] [PATCH] Include RemoteAddrValve in manager.xml

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

Re: svn commit: r1060627 - in /tomcat/trunk/webapps: docs/changelog.xml host-manager/META-INF/context.xml manager/META-INF/context.xml

2011-01-18 Thread Mark Thomas
On 19/01/2011 00:00, ma...@apache.org wrote: Author: markt Date: Wed Jan 19 00:00:59 2011 New Revision: 1060627 URL: http://svn.apache.org/viewvc?rev=1060627view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=22278 Add a commented out RemoteAddrValve that limits access to

DO NOT REPLY [Bug 22113] Improvable Exception Message Cannot create resource instance

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

svn commit: r1060643 - /tomcat/trunk/webapps/docs/security-howto.xml

2011-01-18 Thread markt
Author: markt Date: Wed Jan 19 01:01:42 2011 New Revision: 1060643 URL: http://svn.apache.org/viewvc?rev=1060643view=rev Log: Expand the non-Tomcat settings section Modified: tomcat/trunk/webapps/docs/security-howto.xml Modified: tomcat/trunk/webapps/docs/security-howto.xml URL:

DO NOT REPLY [Bug 22405] warn if not deploy with umask 0077 or if deployed as root and provide tutorial URL Secure deployment

2011-01-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=22405 --- Comment #4 from Mark Thomas ma...@apache.org 2011-01-18 20:07:00 EST --- The Tomcat 7 docs include a section on security considerations. I have expanded the OS section for 7.0.7 to cover file permissions, umask etc. I am still thinking

Re: svn commit: r1060627 - in /tomcat/trunk/webapps: docs/changelog.xml host-manager/META-INF/context.xml manager/META-INF/context.xml

2011-01-18 Thread Tim Funk
+1 - It might be nice to match 127.0.0.[0-9]{1,3} so it is more virtual machine friendly for those who map localhost to an alternate loopback address. -Tim On 1/18/2011 7:04 PM, Mark Thomas wrote: On 19/01/2011 00:00, ma...@apache.org wrote: Author: markt Date: Wed Jan 19 00:00:59 2011 New

DO NOT REPLY [Bug 50613] ConnectionPool.size corruption when evictions enabled:

2011-01-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50613 Sebb s...@apache.org changed: What|Removed |Added Status|NEW |NEEDINFO

DO NOT REPLY [Bug 50613] ConnectionPool.size corruption when evictions enabled:

2011-01-18 Thread bugzilla
://svn.apache.org/repos/asf/tomcat/trunk, 20110118 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail