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
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
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
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
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
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
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
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/
https://issues.apache.org/bugzilla/show_bug.cgi?id=46370
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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:
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
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
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
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/
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
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
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
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
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
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
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
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
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
24 matches
Mail list logo