DO NOT REPLY [Bug 50169] New: Trying to register wrapper and welcomeFile to Mapper before context is registered on Mapper.

2010-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50169 Summary: Trying to register wrapper and welcomeFile to Mapper before context is registered on Mapper. Product: Tomcat 7 Version: trunk Platform: All OS/Version: All

Is it possible to handle exception on ant build?

2010-10-28 Thread pannar
Hi, I've done the automation build using build.xml(attached) for our applications. If there is any compilation error on build process, the web.xml needs to be returned to the web-inf directory... or at least handled. Is there a way to put some error handling logic in build.xml? Any help will be

Re: Is it possible to handle exception on ant build?

2010-10-28 Thread Konstantin Kolinko
2010/10/28 pannar : > 1. Your question is about usage of a product, not about developing it. It must be asked on the appropriate users@ mailing list. It is offtopic on d...@. 2. Your question is about Apache Ant. That project lives at http://ant.apache.org Look for manuals and support options th

Tomcat JDBC Pool in Tomcat 6.0.x / 7.0.x

2010-10-28 Thread Henri Gomez
Hi to all, I'm currently experimenting various DBCP pools for Tomcat and wonder why Filip "jdbc-pool" is not bundled with Tomcat 6.0.x / 7.0.x ? Also, could it be deployed to Maven repo so it could be used and deployed more easily ? Regards --

Re: Tomcat JDBC Pool in Tomcat 6.0.x / 7.0.x

2010-10-28 Thread Konstantin Kolinko
2010/10/28 Henri Gomez : > Hi to all, > > I'm currently experimenting various DBCP pools for Tomcat and wonder > why Filip "jdbc-pool" is not bundled with Tomcat 6.0.x / 7.0.x ? > It cannot be distributed, because there are no official releases of it yet. There were several candidate builds, but

Re: Is it possible to handle exception on ant build?

2010-10-28 Thread pannar
I am new to this forum. Please move redirect me to ant users forum with this thread. I would like to know whether there is any attribute like failOnerror=true on javac tab on the build.xml to avoid deleting the web.xml when the javac compilation fails. Hope you have read my build.xml file. Ko

Re: Is it possible to handle exception on ant build?

2010-10-28 Thread Konstantin Kolinko
2010/10/28 pannar : > > I am new to this forum. Please move redirect me to ant users forum with this > thread. > It is not a forum. It is a mailing list. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

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

2010-10-28 Thread mturk
Author: mturk Date: Thu Oct 28 10:39:30 2010 New Revision: 1028252 URL: http://svn.apache.org/viewvc?rev=1028252&view=rev Log: Votes ... 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: Tomcat JDBC Pool in Tomcat 6.0.x / 7.0.x

2010-10-28 Thread Mark Thomas
On 28/10/2010 11:02, Henri Gomez wrote: > Hi to all, > > I'm currently experimenting various DBCP pools for Tomcat and wonder > why Filip "jdbc-pool" is not bundled with Tomcat 6.0.x / 7.0.x ? Several reasons: 1. It isn't a 100% compatible drop-in replacement. There are some features in Commons

svn commit: r1028263 - /tomcat/trunk/webapps/docs/changelog.xml

2010-10-28 Thread kkolinko
Author: kkolinko Date: Thu Oct 28 11:35:48 2010 New Revision: 1028263 URL: http://svn.apache.org/viewvc?rev=1028263&view=rev Log: Add changelog entry for r1027893 Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/v

svn commit: r1028276 - /tomcat/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java

2010-10-28 Thread markt
Author: markt Date: Thu Oct 28 12:31:07 2010 New Revision: 1028276 URL: http://svn.apache.org/viewvc?rev=1028276&view=rev Log: Remove unused code Modified: tomcat/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.j

Re: Is it possible to handle exception on ant build?

2010-10-28 Thread Ian Darwin
> > I am new to this forum. Please move redirect me to ant users forum with this > > thread. > > It is not a forum. It is a mailing list. More precisely, the "real" version of this list is a mailing list. It is copied to several forum sites, which google leads people to instead of the list archiv

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

2010-10-28 Thread rjung
Author: rjung Date: Thu Oct 28 13:50:21 2010 New Revision: 1028295 URL: http://svn.apache.org/viewvc?rev=1028295&view=rev Log: Vote, comment. 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

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

2010-10-28 Thread rjung
Author: rjung Date: Thu Oct 28 13:55:34 2010 New Revision: 1028297 URL: http://svn.apache.org/viewvc?rev=1028297&view=rev Log: Vote. Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=1028

Re: Tomcat JDBC Pool in Tomcat 6.0.x / 7.0.x

2010-10-28 Thread Henri Gomez
> Several reasons: > > 1. It isn't a 100% compatible drop-in replacement. There are some > features in Commons DBCP that jdbc-pool doesn't provide. I was thinking at JDBC pool for Datasources management as an alternative to Tomcat DBCP pool based on Common DBCP. > 2. Every time Filip tried to get

Re: Is it possible to handle exception on ant build?

2010-10-28 Thread pannar
Ok thanks much for the info! -- View this message in context: http://old.nabble.com/Is-it-possible-to-handle-exception-on-ant-build--tp30074458p30077149.html Sent from the Tomcat - Dev mailing list archive at Nabble.com. - T

svn commit: r1028377 - in /tomcat/trunk/java/org/apache/jasper: compiler/JspRuntimeContext.java servlet/JspServletWrapper.java util/Entry.java util/FastRemovalDequeue.java util/JspQueue.java

2010-10-28 Thread rjung
Author: rjung Date: Thu Oct 28 16:27:31 2010 New Revision: 1028377 URL: http://svn.apache.org/viewvc?rev=1028377&view=rev Log: Overhaul JspQueue, no functional change for Jasper. - Rename class to FastRemovalDequeue, because it can be used gnerally. Nothing jsp related in it. - Rename "head" t

svn commit: r1028389 - /tomcat/trunk/java/org/apache/jasper/util/Entry.java

2010-10-28 Thread rjung
Author: rjung Date: Thu Oct 28 17:13:25 2010 New Revision: 1028389 URL: http://svn.apache.org/viewvc?rev=1028389&view=rev Log: Reduce visibility. All those are only needed by the Queue implementation, not by the consumer of the collection. Modified: tomcat/trunk/java/org/apache/jasper/util/En

Re: bugzilla question : bugs fixed in trunk but not yet in tc6

2010-10-28 Thread sebb
On 23 October 2010 12:05, Mark Thomas wrote: > On 23/10/2010 11:40, Sylvain Laurent wrote: >> so, we lose the information of what bug was fixed in which version for >> tomcat 7 ? (apart from the comments) > > Yes, but that was always the case with Bugzilla. You get the version it > was reported a

svn commit: r1028396 - in /tomcat/trunk/java/org/apache/jasper: compiler/JspRuntimeContext.java servlet/JspServletWrapper.java util/Entry.java util/FastRemovalDequeue.java

2010-10-28 Thread rjung
Author: rjung Date: Thu Oct 28 17:30:28 2010 New Revision: 1028396 URL: http://svn.apache.org/viewvc?rev=1028396&view=rev Log: Move Entry to an inner class of FastRemovalDequeue. All implementation details of Entry are now opaque to the consumer of the FastRemovalDequeue. Remove double generific

Re: svn commit: r1026619 - in /tomcat/taglibs/standard/trunk: compat/ compat/LICENSE.txt compat/NOTICE.txt compat/pom.xml jstlel/ jstlel/LICENSE.txt jstlel/NOTICE.txt jstlel/pom.xml pom.xml

2010-10-28 Thread sebb
On 23 October 2010 15:33, wrote: > Author: jboynes > Date: Sat Oct 23 14:33:47 2010 > New Revision: 1026619 > > URL: http://svn.apache.org/viewvc?rev=1026619&view=rev > Log: > Add compat and jstlel modules to start refactoring 1.0 support > > Added: >    tomcat/taglibs/standard/trunk/compat/   (w

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

2010-10-28 Thread sebb
On 25 October 2010 14:55, wrote: > Author: markt > Date: Mon Oct 25 13:55:54 2010 > New Revision: 1027120 > > URL: http://svn.apache.org/viewvc?rev=1027120&view=rev > Log: > Fix numerous typos. > Patch provide by Luke Meyer. > > Modified: >    tomcat/trunk/webapps/docs/security-howto.xml > > Modi

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

2010-10-28 Thread sebb
On 28 October 2010 18:44, sebb wrote: > On 25 October 2010 14:55,   wrote: >> Author: markt >> Date: Mon Oct 25 13:55:54 2010 >> New Revision: 1027120 >> >> URL: http://svn.apache.org/viewvc?rev=1027120&view=rev >> Log: >> Fix numerous typos. >> Patch provide by Luke Meyer. >> >> Modified: >>    t

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

2010-10-28 Thread Rainer Jung
Mark already fixed it in r1027121. On 28.10.2010 19:44, sebb wrote: On 25 October 2010 14:55, wrote: Author: markt Date: Mon Oct 25 13:55:54 2010 New Revision: 1027120 URL: http://svn.apache.org/viewvc?rev=1027120&view=rev Log: Fix numerous typos. Patch provide by Luke Meyer. Modified: t

Re: svn commit: r1026772 - in /tomcat/trunk/java/org/apache/catalina: ContainerEvent.java Executor.java InstanceEvent.java LifecycleEvent.java LifecycleException.java SessionEvent.java

2010-10-28 Thread sebb
On 24 October 2010 13:18, wrote: > Author: markt > Date: Sun Oct 24 12:18:47 2010 > New Revision: 1026772 > > URL: http://svn.apache.org/viewvc?rev=1026772&view=rev > Log: > Allow Checkstyle's unused imports test to be used with the o.a.catalina > package > Fix Eclipse warnings > > Modified: >  

Re: svn commit: r1026057 - /tomcat/trunk/java/org/apache/naming/SelectorContext.java

2010-10-28 Thread sebb
On 21 October 2010 17:26, wrote: > Author: markt > Date: Thu Oct 21 16:26:50 2010 > New Revision: 1026057 > > URL: http://svn.apache.org/viewvc?rev=1026057&view=rev > Log: > Allow Checkstyle's unused imports test to be used with this class > Fix Eclipse warnings > > Modified: >    tomcat/trunk/ja

DO NOT REPLY [Bug 50175] New: Enhance memory leak detection by selectively applying methods,

2010-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50175 Summary: Enhance memory leak detection by selectively applying methods, Product: Tomcat 7 Version: trunk Platform: All OS/Version: All Status: NEW S

DO NOT REPLY [Bug 50175] Enhance memory leak detection by selectively applying methods,

2010-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50175 --- Comment #1 from Pid 2010-10-28 17:12:37 EDT --- Created an attachment (id=26223) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26223) Simple patch illustrating idea Adds a system property and checks for it during app undep

DO NOT REPLY [Bug 50175] Enhance memory leak detection by selectively applying methods,

2010-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50175 Leon Rosenberg changed: What|Removed |Added CC||rosenberg.l...@gmail.com -- Conf

svn commit: r1028521 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/tomcat/util/http/mapper/ test/org/apache/tomcat/ut

2010-10-28 Thread markt
Author: markt Date: Thu Oct 28 22:29:25 2010 New Revision: 1028521 URL: http://svn.apache.org/viewvc?rev=1028521&view=rev Log: Provide configuration option to work around new welcome file mapping requirements of section 10.10 Servlet 3.0 that break a lot of existing apps. The default configurati

DO NOT REPLY [Bug 49422] hudson does not work on tomcat 7.0.0 rc4

2010-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49422 --- Comment #8 from Mark Thomas 2010-10-28 18:32:17 EDT --- The new Servlet 3.0 requirements have caused a number of issues. As of Tomcat 7.0.5 a new context option is available "resourceOnlyServlets" that can be used to list Servlets that

svn commit: r1028522 - /tomcat/trunk/webapps/docs/changelog.xml

2010-10-28 Thread markt
Author: markt Date: Thu Oct 28 22:33:45 2010 New Revision: 1028522 URL: http://svn.apache.org/viewvc?rev=1028522&view=rev Log: Add new feature Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/w

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

2010-10-28 Thread markt
Author: markt Date: Thu Oct 28 22:34:52 2010 New Revision: 1028523 URL: http://svn.apache.org/viewvc?rev=1028523&view=rev Log: Missing closing tag Modified: tomcat/trunk/webapps/docs/config/context.xml Modified: tomcat/trunk/webapps/docs/config/context.xml URL: http://svn.apache.org/viewvc/

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

2010-10-28 Thread kkolinko
Author: kkolinko Date: Thu Oct 28 23:42:42 2010 New Revision: 1028547 URL: http://svn.apache.org/viewvc?rev=1028547&view=rev Log: Improve exception handling in PersistentManagerBase when running with a security manager. Fixes https://issues.apache.org/bugzilla/show_bug.cgi?id=50128 It is backport

DO NOT REPLY [Bug 50128] Potential NPI in PersistentMananagerBase

2010-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50128 --- Comment #2 from Konstantin Kolinko 2010-10-28 19:44:40 EDT --- Fixed in 6.0 by r1028547, will be in 6.0.30 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

svn commit: r1028554 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/valves/PersistentValve.java webapps/docs/changelog.xml

2010-10-28 Thread kkolinko
Author: kkolinko Date: Thu Oct 28 23:58:00 2010 New Revision: 1028554 URL: http://svn.apache.org/viewvc?rev=1028554&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50131 Avoid possible NPE in debug output in PersistentValve. Based on the patch provided by sebb Modified: t

DO NOT REPLY [Bug 50131] PersistentValve.invoke - possible NPE at line 186

2010-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50131 --- Comment #3 from Konstantin Kolinko 2010-10-28 19:59:54 EDT --- Fixed in 6.0 by r1028554, will be in 6.0.30. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

svn commit: r1028556 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/catalina/src/share/org/apache/catalina/valves/PersistentValve.java container/webapps/docs/changelog.xml

2010-10-28 Thread kkolinko
Author: kkolinko Date: Fri Oct 29 00:03:47 2010 New Revision: 1028556 URL: http://svn.apache.org/viewvc?rev=1028556&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50131 Avoid possible NPE in debug output in PersistentValve. Based on the patch provided by sebb Modified: t

DO NOT REPLY [Bug 50131] PersistentValve.invoke - possible NPE at line 186

2010-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50131 --- Comment #4 from Konstantin Kolinko 2010-10-28 20:05:40 EDT --- Fixed in 5.5 by r1028556, will be in 5.5.32. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

svn commit: r1028559 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/realm/JAASMemoryLoginModule.java java/org/apache/catalina/realm/JAASRealm.java webapps/docs/changelog.xml

2010-10-28 Thread kkolinko
Author: kkolinko Date: Fri Oct 29 00:12:59 2010 New Revision: 1028559 URL: http://svn.apache.org/viewvc?rev=1028559&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49965 Use correct i18n resources for StringManager in JAASRealm Fixed using the "alternative" patch. Modified:

DO NOT REPLY [Bug 49965] JAASRealm uses wrong string constants

2010-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49965 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1028562 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/jasper/compiler/ webapps/docs/

2010-10-28 Thread kkolinko
Author: kkolinko Date: Fri Oct 29 00:37:33 2010 New Revision: 1028562 URL: http://svn.apache.org/viewvc?rev=1028562&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49665 Better handling for missing TLD files. Report JSP filename and location. Patch provided by Ted Leung. Modi

DO NOT REPLY [Bug 49665] When file not found error occurs it does not tell you which file caused the error.

2010-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49665 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1028565 - /tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java

2010-10-28 Thread kkolinko
Author: kkolinko Date: Fri Oct 29 00:56:05 2010 New Revision: 1028565 URL: http://svn.apache.org/viewvc?rev=1028565&view=rev Log: Use correct arguments for an error message in TagLibraryInfoImpl. It is a followup to r937791 Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfo

svn commit: r1028575 - /tomcat/trunk/webapps/docs/changelog.xml

2010-10-28 Thread kkolinko
Author: kkolinko Date: Fri Oct 29 01:13:43 2010 New Revision: 1028575 URL: http://svn.apache.org/viewvc?rev=1028575&view=rev Log: Add changelog entry for r1005802 Also corrected a typo Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: h

svn commit: r1028576 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2010-10-28 Thread kkolinko
Author: kkolinko Date: Fri Oct 29 01:17:29 2010 New Revision: 1028576 URL: http://svn.apache.org/viewvc?rev=1028576&view=rev Log: Add changelog entry for r1024318 Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://

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

2010-10-28 Thread kkolinko
Author: kkolinko Date: Fri Oct 29 01:44:30 2010 New Revision: 1028585 URL: http://svn.apache.org/viewvc?rev=1028585&view=rev Log: add a note 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?

svn commit: r1028592 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/ha/session/DeltaManager.java webapps/docs/changelog.xml

2010-10-28 Thread kfujino
Author: kfujino Date: Fri Oct 29 02:53:53 2010 New Revision: 1028592 URL: http://svn.apache.org/viewvc?rev=1028592&view=rev Log: Improve sending an access message in DeltaManager. maxInactiveInterval of not Manager but the session is used. If maxInactiveInterval is negative, an access message is

DO NOT REPLY [Bug 50177] New: Heap size or memory issue?

2010-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50177 Summary: Heap size or memory issue? Product: Tomcat 6 Version: unspecified Platform: HP OS/Version: Linux Status: NEW Severity: major Priority: P2 Co

svn commit: r1028618 - in /tomcat/tc5.5.x/trunk: ./ container/modules/cluster/src/share/org/apache/catalina/cluster/session/ container/modules/ha/src/share/org/apache/catalina/ha/session/ container/we

2010-10-28 Thread kfujino
Author: kfujino Date: Fri Oct 29 05:22:16 2010 New Revision: 1028618 URL: http://svn.apache.org/viewvc?rev=1028618&view=rev Log: Improve sending an access message in DeltaManager. maxInactiveInterval of not Manager but the session is used. If maxInactiveInterval is negative, an access message is

DO NOT REPLY [Bug 50177] Heap size or memory issue?

2010-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50177 Pid changed: What|Removed |Added Status|NEW |RESOLVED Resolution|