DO NOT REPLY [Bug 48817] Skip validation query and use JDBC API for validation

2010-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48817 --- Comment #8 from Filip Hanik 2010-05-16 00:43:03 EDT --- Don't bother with isClosed, that is a simple flag that most drivers implement to return true if and only if close() has been called. It has really nothing to do with the underlying

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #12 from chamith buddhika 2010-05-15 23:45:37 EDT --- In o.a.Catalina.Deploy descriptor for NamingResources the associated MBean (NamingResourceMBean) only exposes add/remove methods for following properties. - Environment

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #11 from chamith buddhika 2010-05-15 23:28:41 EDT --- Created an attachment (id=25444) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25444) o.a.Catalina.Deploy Patch Patch for o.a.Catalina.Deploy package. Adds get

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #10 from chamith buddhika 2010-05-15 23:21:44 EDT --- It seems that o.a.Catalina.Core descriptor has got operations containing POJO objects instead of primitive types which make them inaccessible via JConsole. Was this intended

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #9 from chamith buddhika 2010-05-15 22:33:46 EDT --- Created an attachment (id=25443) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25443) o.a.Catalina.Connector Second Patch This new patch on connector descriptor

DO NOT REPLY [Bug 49299] Servlet 3.0 ch.7.1.1 says that custom cookie name affects URL rewriting

2010-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49299 --- Comment #1 from Mark Thomas 2010-05-15 19:24:26 EDT --- (In reply to comment #0) > 4. Expected result: if that phrase in 7.1.1 is to be followed, I would expect > the Reload link to be > > http://localhost:8080/cookiename/index.jsp;MYS

DO NOT REPLY [Bug 49297] Whitespace absence is allowed before attribute name in a custom tag

2010-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49297 --- Comment #3 from Mark Thomas 2010-05-15 19:21:40 EDT --- (In reply to comment #2) > The 'S' before Attribute means that a space is required Thanks for the reference. It still seems pointless, but we should fix it. Not something I think

DO NOT REPLY [Bug 49297] Whitespace absence is allowed before attribute name in a custom tag

2010-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49297 --- Comment #2 from Konstantin Kolinko 2010-05-15 19:01:53 EDT --- (In reply to comment #1) > (In reply to comment #0) > > It means, that the parser interprets "wo" as an attribute name, ignoring the > > fact that there is no whitespace be

DO NOT REPLY [Bug 49290] Using a JarScanner with scanAllDirectories=true causes Tomcat 7 not to start

2010-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49290 Mark Thomas changed: What|Removed |Added Severity|major |enhancement --- Comment #1 from Mark

svn commit: r944739 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2010-05-15 Thread markt
Author: markt Date: Sat May 15 22:52:18 2010 New Revision: 944739 URL: http://svn.apache.org/viewvc?rev=944739&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49290 Allow Tomcat to start when using a JarScanner with scanAllDirectories=true Patch by Larry Issacs (with minor twe

svn commit: r944738 - in /tomcat/trunk/java/org/apache: catalina/Context.java catalina/Wrapper.java catalina/connector/MapperListener.java catalina/core/StandardContext.java catalina/core/StandardWrap

2010-05-15 Thread markt
Author: markt Date: Sat May 15 22:40:16 2010 New Revision: 944738 URL: http://svn.apache.org/viewvc?rev=944738&view=rev Log: Fix auto-deploy issues caused by Lifecycle refactoring. Modified: tomcat/trunk/java/org/apache/catalina/Context.java tomcat/trunk/java/org/apache/catalina/Wrapper.j

DO NOT REPLY [Bug 49297] Whitespace absence is allowed before attribute name in a custom tag

2010-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49297 --- Comment #1 from Mark Thomas 2010-05-15 18:39:34 EDT --- (In reply to comment #0) > It means, that the parser interprets "wo" as an attribute name, ignoring the > fact that there is no whitespace before it. Which spec requires there to

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

2010-05-15 Thread kkolinko
Author: kkolinko Date: Sat May 15 22:11:09 2010 New Revision: 944732 URL: http://svn.apache.org/viewvc?rev=944732&view=rev Log: revoke my vote thanks to Rainer, add comments Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc

DO NOT REPLY [Bug 49299] New: Servlet 3.0 ch.7.1.1 says that custom cookie name affects URL rewriting

2010-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49299 Summary: Servlet 3.0 ch.7.1.1 says that custom cookie name affects URL rewriting Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status:

Re: svn commit: r944511 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2010-05-15 Thread Rainer Jung
On 15.05.2010 22:17, Mark Thomas wrote: On 15/05/2010 00:14, rj...@apache.org wrote: Author: rjung Date: Fri May 14 23:14:51 2010 New Revision: 944511 URL: http://svn.apache.org/viewvc?rev=944511&view=rev Log: Check whether context is null. -1 on this change. I'll be reverting it shortly. 1.

Re: svn commit: r944511 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2010-05-15 Thread Konstantin Kolinko
2010/5/16 Mark Thomas : > On 15/05/2010 00:14, rj...@apache.org wrote: >> >> Author: rjung >> Date: Fri May 14 23:14:51 2010 >> New Revision: 944511 >> >> URL: http://svn.apache.org/viewvc?rev=944511&view=rev >> Log: >> Check whether context is null. > > -1 on this change. I'll be reverting it shor

svn commit: r944712 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2010-05-15 Thread markt
Author: markt Date: Sat May 15 20:23:06 2010 New Revision: 944712 URL: http://svn.apache.org/viewvc?rev=944712&view=rev Log: Revert r944511 Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.jav

Re: svn commit: r944511 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2010-05-15 Thread Mark Thomas
On 15/05/2010 00:14, rj...@apache.org wrote: Author: rjung Date: Fri May 14 23:14:51 2010 New Revision: 944511 URL: http://svn.apache.org/viewvc?rev=944511&view=rev Log: Check whether context is null. -1 on this change. I'll be reverting it shortly. 1. It isn't necessary. There is a null chec

Re: svn commit: r944390 - in /tomcat/tc6.0.x/trunk: STATUS.txt build.properties.default build.xml webapps/docs/changelog.xml

2010-05-15 Thread Konstantin Kolinko
2010/5/15 Mark Thomas : > On 15/05/2010 13:48, Konstantin Kolinko wrote: >> 2010/5/14: >>> >>> Author: markt >>> Date: Fri May 14 18:54:22 2010 >>> New Revision: 944390 >>> >>> URL: http://svn.apache.org/viewvc?rev=944390&view=rev >>> Log: >>> Update DBCP to 1.3 >> >>> === >>> --- tomcat/tc

DO NOT REPLY [Bug 49297] New: Whitespace absence is allowed before attribute name in a custom tag

2010-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49297 Summary: Whitespace absence is allowed before attribute name in a custom tag Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW

Re: svn commit: r944390 - in /tomcat/tc6.0.x/trunk: STATUS.txt build.properties.default build.xml webapps/docs/changelog.xml

2010-05-15 Thread Mark Thomas
On 15/05/2010 13:48, Konstantin Kolinko wrote: 2010/5/14: Author: markt Date: Fri May 14 18:54:22 2010 New Revision: 944390 URL: http://svn.apache.org/viewvc?rev=944390&view=rev Log: Update DBCP to 1.3 === --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.

[Tomcat Wiki] Update of "HowTo" by hotmaz

2010-05-15 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "HowTo" page has been changed by hotmaz. http://wiki.apache.org/tomcat/HowTo?action=diff&rev1=90&rev2=91 -- // assuming

[g...@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2010-05-15 Thread Bill Barker
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 gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This i

svn commit: r944633 - in /tomcat/trunk: java/org/apache/catalina/manager/JMXProxyServlet.java webapps/docs/changelog.xml

2010-05-15 Thread rjung
Author: rjung Date: Sat May 15 12:59:21 2010 New Revision: 944633 URL: http://svn.apache.org/viewvc?rev=944633&view=rev Log: List array elements in the JMX proxy output of the Manager application. Modified: tomcat/trunk/java/org/apache/catalina/manager/JMXProxyServlet.java tomcat/trunk/we

Re: svn commit: r944390 - in /tomcat/tc6.0.x/trunk: STATUS.txt build.properties.default build.xml webapps/docs/changelog.xml

2010-05-15 Thread Konstantin Kolinko
2010/5/14 : > Author: markt > Date: Fri May 14 18:54:22 2010 > New Revision: 944390 > > URL: http://svn.apache.org/viewvc?rev=944390&view=rev > Log: > Update DBCP to 1.3 >=== > --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) > +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog