[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-09-27 Thread Gump
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-taglibs-standard has an issue affecting its community

svn commit: r1390882 - in /tomcat/trunk/java/org/apache/catalina: Context.java core/StandardWrapperValve.java manager/HTMLManagerServlet.java manager/ManagerServlet.java

2012-09-27 Thread markt
Author: markt Date: Thu Sep 27 08:20:12 2012 New Revision: 1390882 URL: http://svn.apache.org/viewvc?rev=1390882view=rev Log: Deprecate unnecessary code Modified: tomcat/trunk/java/org/apache/catalina/Context.java tomcat/trunk/java/org/apache/catalina/core/StandardWrapperValve.java

svn commit: r1390884 - in /tomcat/trunk/java/org/apache/catalina: Context.java core/StandardContext.java startup/FailedContext.java

2012-09-27 Thread markt
Author: markt Date: Thu Sep 27 08:22:56 2012 New Revision: 1390884 URL: http://svn.apache.org/viewvc?rev=1390884view=rev Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/catalina/Context.java tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

svn commit: r1390886 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/Context.java java/org/apache/catalina/core/StandardWrapperValve.java java/org/apache/catalina/manager/HTMLManagerServlet.ja

2012-09-27 Thread markt
Author: markt Date: Thu Sep 27 08:24:49 2012 New Revision: 1390886 URL: http://svn.apache.org/viewvc?rev=1390886view=rev Log: Deprecate unnecessary code Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java

svn commit: r1390889 - in /tomcat/sandbox/trunk-resources: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/webresources/ test/org/apache/catalina/webresources/

2012-09-27 Thread markt
Author: markt Date: Thu Sep 27 08:37:42 2012 New Revision: 1390889 URL: http://svn.apache.org/viewvc?rev=1390889view=rev Log: Make cacher TTL configurable Modified: tomcat/sandbox/trunk-resources/java/org/apache/catalina/WebResourceRoot.java

svn commit: r1390899 - in /tomcat/sandbox/trunk-resources: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/webresources/ test/org/apache/catalina/webresources/

2012-09-27 Thread markt
Author: markt Date: Thu Sep 27 08:57:58 2012 New Revision: 1390899 URL: http://svn.apache.org/viewvc?rev=1390899view=rev Log: Make cachingAllowed configurable Modified: tomcat/sandbox/trunk-resources/java/org/apache/catalina/WebResourceRoot.java

svn commit: r1390900 - in /tomcat/sandbox/trunk-resources: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/manager/ java/org/apache/catalina/startup/

2012-09-27 Thread markt
Author: markt Date: Thu Sep 27 08:59:50 2012 New Revision: 1390900 URL: http://svn.apache.org/viewvc?rev=1390900view=rev Log: Sync with trunk Modified: tomcat/sandbox/trunk-resources/ (props changed) tomcat/sandbox/trunk-resources/java/org/apache/catalina/Context.java

Re: Resources - Is DirContext the right basis for the API?

2012-09-27 Thread Konstantin Kolinko
2012/9/27 Mark Thomas ma...@apache.org: On 19/09/2012 20:46, Mark Thomas wrote: On 09/09/2012 19:50, Mark Thomas wrote: This is part of issue b) in Konstantin's comments in TOMCAT-NEXT.txt Konstantin has accurately summed up the issues with basing the API on DirContext as: -

svn commit: r1390904 - /tomcat/sandbox/trunk-resources/test/org/apache/catalina/core/TesterContext.java

2012-09-27 Thread markt
Author: markt Date: Thu Sep 27 09:09:47 2012 New Revision: 1390904 URL: http://svn.apache.org/viewvc?rev=1390904view=rev Log: Remove deprecated code Modified: tomcat/sandbox/trunk-resources/test/org/apache/catalina/core/TesterContext.java Modified:

Re: Resources - Is DirContext the right basis for the API?

2012-09-27 Thread Mark Thomas
On 27/09/2012 10:09, Konstantin Kolinko wrote: I am sure that DirContext is not the right API to define resources. At best is could be a [deprecated] view/proxy to the actual implementation. The only benefit I see in using this API by someone is that the API itself is defined in javax.*

svn commit: r1390925 - /tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/Cache.java

2012-09-27 Thread markt
Author: markt Date: Thu Sep 27 10:12:58 2012 New Revision: 1390925 URL: http://svn.apache.org/viewvc?rev=1390925view=rev Log: Remove completed TODO Modified: tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/Cache.java Modified:

Re: Resources - Is DirContext the right basis for the API?

2012-09-27 Thread Costin Manolache
On Thu, Sep 27, 2012 at 2:14 AM, Mark Thomas ma...@apache.org wrote: On 27/09/2012 10:09, Konstantin Kolinko wrote: I am sure that DirContext is not the right API to define resources. At best is could be a [deprecated] view/proxy to the actual implementation. The only benefit I see in

[Bug 53940] New: Added support for new CRL loading after expiration

2012-09-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53940 Priority: P2 Bug ID: 53940 Assignee: dev@tomcat.apache.org Summary: Added support for new CRL loading after expiration Severity: enhancement Classification: Unclassified

Re: Resources - Is DirContext the right basis for the API?

2012-09-27 Thread Mark Thomas
Costin Manolache cos...@gmail.com wrote: On Thu, Sep 27, 2012 at 2:14 AM, Mark Thomas ma...@apache.org wrote: On 27/09/2012 10:09, Konstantin Kolinko wrote: I am sure that DirContext is not the right API to define resources. At best is could be a [deprecated] view/proxy to the actual

Re: Resources - Is DirContext the right basis for the API?

2012-09-27 Thread Remy Maucherat
On Thu, 2012-09-27 at 07:34 -0700, Costin Manolache wrote: One use for a resource API is if it provides different backends - like Hadoop filesystem abstraction does. Than you could serve from hdfs/db/etc, and someone could use the same api in deploy tools or general programs. One of the

Re: Resources - Is DirContext the right basis for the API?

2012-09-27 Thread Costin Manolache
On Thu, Sep 27, 2012 at 10:54 AM, Remy Maucherat r...@apache.org wrote: On Thu, 2012-09-27 at 07:34 -0700, Costin Manolache wrote: One use for a resource API is if it provides different backends - like Hadoop filesystem abstraction does. Than you could serve from hdfs/db/etc, and someone

[Bug 53938] Silent Install

2012-09-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53938 Mark Thomas ma...@apache.org changed: What|Removed |Added OS||All

[Bug 53903] Embedded Tomcat7 does not process Servlet API3.0 Annotations (WebListener)

2012-09-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53903 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: Resources - Is DirContext the right basis for the API?

2012-09-27 Thread Costin Manolache
On Thu, Sep 27, 2012 at 10:18 AM, Mark Thomas ma...@apache.org wrote: Costin Manolache cos...@gmail.com wrote: On Thu, Sep 27, 2012 at 2:14 AM, Mark Thomas ma...@apache.org wrote: On 27/09/2012 10:09, Konstantin Kolinko wrote: I am sure that DirContext is not the right API to define