[g...@vmgump]: Project jakarta-tomcat-catalina (in module jakarta-tomcat-catalina) failed

2010-04-10 Thread bobh
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 jakarta-tomcat-catalina has an issue affecting its community integration.

svn commit: r932711 - /tomcat/tc5.5.x/trunk/container/catalina/src/share/org/apache/catalina/session/StandardSession.java

2010-04-10 Thread markt
Author: markt Date: Sat Apr 10 12:44:17 2010 New Revision: 932711 URL: http://svn.apache.org/viewvc?rev=932711&view=rev Log: Remove generics added in r932276 Modified: tomcat/tc5.5.x/trunk/container/catalina/src/share/org/apache/catalina/session/StandardSession.java Modified: tomcat/tc5.5.

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

2010-04-10 Thread kkolinko
Author: kkolinko Date: Sat Apr 10 13:44:05 2010 New Revision: 932717 URL: http://svn.apache.org/viewvc?rev=932717&view=rev Log: change my 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.tx

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

2010-04-10 Thread sebb
On 10/04/2010, kkoli...@apache.org wrote: > Author: kkolinko > Date: Sat Apr 10 13:44:05 2010 > New Revision: 932717 > > URL: http://svn.apache.org/viewvc?rev=932717&view=rev > Log: > change my vote > > Modified: > tomcat/tc5.5.x/trunk/STATUS.txt > > Modified: tomcat/tc5.5.x/trunk/STATU

svn commit: r932751 - /tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java

2010-04-10 Thread markt
Author: markt Date: Sat Apr 10 15:53:14 2010 New Revision: 932751 URL: http://svn.apache.org/viewvc?rev=932751&view=rev Log: TCK failure (with security manager): Preload required class. Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java Modified: tomcat/trunk/jav

svn commit: r932776 - /tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java

2010-04-10 Thread jfclere
Author: jfclere Date: Sat Apr 10 18:07:39 2010 New Revision: 932776 URL: http://svn.apache.org/viewvc?rev=932776&view=rev Log: Add missing class. Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityC

Patch suggestion

2010-04-10 Thread Pid
In lieu of of a Bugzilla enhancement (and hoping that I have the right end of the stick). In class: org.apache.catalina.startup.HostConfig In method: protected void deployWARs(File appBase, String[] files) { if (files == null) { return; } for (int i = 0; i

svn commit: r932797 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/webapps/docs/changelog.xml container/webapps/docs/config/systemprops.xml jasper/src/share/org/apache/jasper/compiler/Generator.java

2010-04-10 Thread markt
Author: markt Date: Sat Apr 10 22:23:57 2010 New Revision: 932797 URL: http://svn.apache.org/viewvc?rev=932797&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48701 Add system property to allow disabling enforcement of JSP.5.3. The spec recommends, but does not require this e

svn commit: r932798 - /tomcat/tc5.5.x/trunk/container/catalina/src/share/org/apache/catalina/core/AprLifecycleListener.java

2010-04-10 Thread markt
Author: markt Date: Sat Apr 10 22:28:05 2010 New Revision: 932798 URL: http://svn.apache.org/viewvc?rev=932798&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48613 Only attempt APR initialization if the has been specified (fhanik/kkolinko) Modified: tomcat/tc5.5.x/tru

svn commit: r932800 - in /tomcat/tc5.5.x/trunk: STATUS.txt build/build.properties.default container/webapps/docs/changelog.xml

2010-04-10 Thread markt
Author: markt Date: Sat Apr 10 22:32:23 2010 New Revision: 932800 URL: http://svn.apache.org/viewvc?rev=932800&view=rev Log: Update to NSIS 2.46 (kkolinko) Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/trunk/build/build.properties.default tomcat/tc5.5.x/trunk/container/weba

Re: Patch suggestion

2010-04-10 Thread Konstantin Kolinko
2010/4/10 Pid : > In lieu of of a Bugzilla enhancement (and hoping that I have the right end > of the stick). > If I guess your intention correctly, you want to prevent deployment of a war file that is still open for writing? If that is the case, then asking for modification time probably will no

svn commit: r932822 - /tomcat/trunk/conf/catalina.policy

2010-04-10 Thread rjung
Author: rjung Date: Sun Apr 11 01:08:09 2010 New Revision: 932822 URL: http://svn.apache.org/viewvc?rev=932822&view=rev Log: Add permission to read the STRICT_SERVLET_COMPLIANCE property to our default policy for the security manager. Modified: tomcat/trunk/conf/catalina.policy Modified: tom

svn commit: r932823 - /tomcat/trunk/conf/catalina.policy

2010-04-10 Thread rjung
Author: rjung Date: Sun Apr 11 01:26:43 2010 New Revision: 932823 URL: http://svn.apache.org/viewvc?rev=932823&view=rev Log: Add another property access to our security policy. Modified: tomcat/trunk/conf/catalina.policy Modified: tomcat/trunk/conf/catalina.policy URL: http://svn.apache.org

svn commit: r932826 - /tomcat/trunk/conf/catalina.policy

2010-04-10 Thread rjung
Author: rjung Date: Sun Apr 11 01:46:20 2010 New Revision: 932826 URL: http://svn.apache.org/viewvc?rev=932826&view=rev Log: And another property for the policy. Modified: tomcat/trunk/conf/catalina.policy Modified: tomcat/trunk/conf/catalina.policy URL: http://svn.apache.org/viewvc/tomcat/

DO NOT REPLY [Bug 48701] jsp:getProperty broken for certain cases

2010-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48701 --- Comment #10 from Mark Thomas 2010-04-10 21:48:11 EDT --- This has been applied to 5.5.x and will be included in 5.5.30 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving