svn commit: r729575 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/interceptor/AbstractQueryReport.java

2008-12-26 Thread fhanik
Author: fhanik Date: Fri Dec 26 17:22:39 2008 New Revision: 729575 URL: http://svn.apache.org/viewvc?rev=729575&view=rev Log: Only report query executions Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/interceptor/AbstractQueryReport.java Modified: tomcat/trunk/m

DO NOT REPLY [Bug 46261] Context with %2F in name causes tomcat crash on shutdown

2008-12-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46261 --- Comment #4 from Mark Thomas 2008-12-26 15:51:04 PST --- This has been fixed in trunk. I want to do some more testing of this and look at bug 46262 before proposed anything for 6.0.x -- Configure bugmail: https://issues.apache.or

svn commit: r729571 - in /tomcat/trunk/java/org/apache/catalina: core/StandardContext.java manager/HTMLManagerServlet.java

2008-12-26 Thread markt
Author: markt Date: Fri Dec 26 15:50:26 2008 New Revision: 729571 URL: http://svn.apache.org/viewvc?rev=729571&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46261 %2F in context paths should be treated literally, not as / - that is what '#' is for. Modified: tomcat/tru

DO NOT REPLY [Bug 46381] Coerce EL expression to java.lang.Object breaks expression concatenation

2008-12-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46381 --- Comment #1 from Mark Thomas 2008-12-26 15:43:42 PST --- I have applied a fix to trunk but I want to do some more testing with the TCK (which I don't have to immediately to hand) before proposing for 6.0.x -- Configure bugmail: h

svn commit: r729569 - /tomcat/trunk/java/org/apache/jasper/compiler/Generator.java

2008-12-26 Thread markt
Author: markt Date: Fri Dec 26 15:43:09 2008 New Revision: 729569 URL: http://svn.apache.org/viewvc?rev=729569&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46381 Needs testign with the TCK before proposing for 6.0.x Modified: tomcat/trunk/java/org/apache/jasper/compile

DO NOT REPLY [Bug 46357] FarmWarDeployer has nonsense condition

2008-12-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46357 --- Comment #1 from Mark Thomas 2008-12-26 15:39:43 PST --- This has been fixed in trunk and proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail bec

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

2008-12-26 Thread markt
Author: markt Date: Fri Dec 26 15:39:37 2008 New Revision: 729568 URL: http://svn.apache.org/viewvc?rev=729568&view=rev Log: Propose fix for 46357 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: r729567 - /tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java

2008-12-26 Thread markt
Author: markt Date: Fri Dec 26 15:37:33 2008 New Revision: 729567 URL: http://svn.apache.org/viewvc?rev=729567&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46357 Correct test for host's parent must be an engine Modified: tomcat/trunk/java/org/apache/catalina/ha/deploy/

DO NOT REPLY [Bug 46370] NullPointerException in AccessLogValve

2008-12-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46370 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r729557 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

2008-12-26 Thread fhanik
Author: fhanik Date: Fri Dec 26 15:17:47 2008 New Revision: 729557 URL: http://svn.apache.org/viewvc?rev=729557&view=rev Log: organize imports Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java Modified: tomcat/trunk/modules/jdbc-pool/java/org/apa

svn commit: r729554 - in /tomcat/trunk/modules/jdbc-pool: build.xml java/org/apache/tomcat/jdbc/pool/interceptor/AbstractQueryReport.java java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.j

2008-12-26 Thread fhanik
Author: fhanik Date: Fri Dec 26 15:14:13 2008 New Revision: 729554 URL: http://svn.apache.org/viewvc?rev=729554&view=rev Log: Refactor the query report for multi purpose Added: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/interceptor/AbstractQueryReport.java Modified:

svn commit: r729544 - /tomcat/trunk/java/org/apache/catalina/startup/WebRuleSet.java

2008-12-26 Thread markt
Author: markt Date: Fri Dec 26 14:09:53 2008 New Revision: 729544 URL: http://svn.apache.org/viewvc?rev=729544&view=rev Log: Revert part of previous commit that caused errors on startup Modified: tomcat/trunk/java/org/apache/catalina/startup/WebRuleSet.java Modified: tomcat/trunk/java/org/ap

svn commit: r729535 - /tomcat/trunk/extras.xml

2008-12-26 Thread markt
Author: markt Date: Fri Dec 26 13:06:23 2008 New Revision: 729535 URL: http://svn.apache.org/viewvc?rev=729535&view=rev Log: Revert what looks like an accidental commit so extras will build Modified: tomcat/trunk/extras.xml Modified: tomcat/trunk/extras.xml URL: http://svn.apache.org/viewvc

svn commit: r729531 - /tomcat/trunk/java/org/apache/catalina/mbeans/

2008-12-26 Thread markt
Author: markt Date: Fri Dec 26 12:20:38 2008 New Revision: 729531 URL: http://svn.apache.org/viewvc?rev=729531&view=rev Log: Generics changes for o.a.c.mbeans Remove some unused code identified by Eclipse Modified: tomcat/trunk/java/org/apache/catalina/mbeans/ConnectorMBean.java tomcat/t

svn commit: r729529 - /tomcat/trunk/java/org/apache/catalina/realm/

2008-12-26 Thread markt
Author: markt Date: Fri Dec 26 11:55:01 2008 New Revision: 729529 URL: http://svn.apache.org/viewvc?rev=729529&view=rev Log: o.a.c.realm generics changes Also fix some eclipse warnings Modified: tomcat/trunk/java/org/apache/catalina/realm/DataSourceRealm.java tomcat/trunk/java/org/apache/

svn commit: r729528 - in /tomcat/trunk/java/org/apache/catalina: Authenticator.java Group.java Session.java User.java UserDatabase.java

2008-12-26 Thread markt
Author: markt Date: Fri Dec 26 11:47:08 2008 New Revision: 729528 URL: http://svn.apache.org/viewvc?rev=729528&view=rev Log: o.a.c generics changes Also fix some Eclipse warnings Modified: tomcat/trunk/java/org/apache/catalina/Authenticator.java tomcat/trunk/java/org/apache/catalina/Group

svn commit: r729527 - /tomcat/trunk/java/org/apache/catalina/security/SecurityUtil.java

2008-12-26 Thread markt
Author: markt Date: Fri Dec 26 11:25:01 2008 New Revision: 729527 URL: http://svn.apache.org/viewvc?rev=729527&view=rev Log: o.a.c.security generics changes Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityUtil.java Modified: tomcat/trunk/java/org/apache/catalina/security/Sec

svn commit: r729526 - in /tomcat/trunk/java/org/apache/catalina/servlets: CGIServlet.java DefaultServlet.java WebdavServlet.java

2008-12-26 Thread markt
Author: markt Date: Fri Dec 26 11:18:42 2008 New Revision: 729526 URL: http://svn.apache.org/viewvc?rev=729526&view=rev Log: Fix various Eclipse warnings in o.a.c.servlets, mainly unnecessary casts. Modified: tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java tomcat/trunk/java

svn commit: r729523 - in /tomcat/trunk/java/org/apache/catalina/session: FileStore.java JDBCStore.java ManagerBase.java PersistentManagerBase.java StandardManager.java StandardSession.java StandardSes

2008-12-26 Thread markt
Author: markt Date: Fri Dec 26 11:00:35 2008 New Revision: 729523 URL: http://svn.apache.org/viewvc?rev=729523&view=rev Log: o.a.c.session generics changes Deprecate methods that implement deprecated methods Fix assorted Eclipse warnings Modified: tomcat/trunk/java/org/apache/catalina/session

svn commit: r729520 - in /tomcat/trunk/java/org/apache/catalina/ssi: SSIMediator.java SSIServletExternalResolver.java

2008-12-26 Thread markt
Author: markt Date: Fri Dec 26 10:15:29 2008 New Revision: 729520 URL: http://svn.apache.org/viewvc?rev=729520&view=rev Log: o.a.c.ssi generics changes Modified: tomcat/trunk/java/org/apache/catalina/ssi/SSIMediator.java tomcat/trunk/java/org/apache/catalina/ssi/SSIServletExternalResolver

svn commit: r729519 - /tomcat/trunk/java/org/apache/catalina/startup/

2008-12-26 Thread markt
Author: markt Date: Fri Dec 26 10:13:57 2008 New Revision: 729519 URL: http://svn.apache.org/viewvc?rev=729519&view=rev Log: o.a.c.startup generics changes Various other fixes (casts, unused code, comment typos etc) Modified: tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java to

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

2008-12-26 Thread fhanik
Author: fhanik Date: Fri Dec 26 08:52:47 2008 New Revision: 729509 URL: http://svn.apache.org/viewvc?rev=729509&view=rev Log: vote 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=729509

Re: Definition of CMA on Tomcat/JAASRealm section?

2008-12-26 Thread Mark Thomas
Glen Mazza wrote: > Hello, the JAASRealm section here[1] refers to a "CMA" twice, but I don't > know what CMA means, and I'm unsure if I'm alone on that point. Container Managed Authentication. I'll update the docs. The site won't be updated until the next release. Mark > Doing a > global site

Definition of CMA on Tomcat/JAASRealm section?

2008-12-26 Thread Glen Mazza
Hello, the JAASRealm section here[1] refers to a "CMA" twice, but I don't know what CMA means, and I'm unsure if I'm alone on that point. Doing a global site search is not turning up its definition either. It would be nice if someone could update that page to spell out what CMA stands for. Than