svn commit: r1410715 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/tagplugins/jstl/core/Out.java

2012-11-17 Thread markt
Author: markt Date: Sat Nov 17 10:10:16 2012 New Revision: 1410715 URL: http://svn.apache.org/viewvc?rev=1410715&view=rev Log: Follow up to r1410636 Fix test failure Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/jasper/tagplugins/jstl/core/Out.java

svn commit: r1410717 - /tomcat/tc7.0.x/trunk/build.properties.default

2012-11-17 Thread markt
Author: markt Date: Sat Nov 17 10:13:58 2012 New Revision: 1410717 URL: http://svn.apache.org/viewvc?rev=1410717&view=rev Log: Restore -dev in version for trunk build Modified: tomcat/tc7.0.x/trunk/build.properties.default Modified: tomcat/tc7.0.x/trunk/build.properties.default URL: http://

svn commit: r1410718 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_33: ./ build.properties.default

2012-11-17 Thread markt
Author: markt Date: Sat Nov 17 10:16:22 2012 New Revision: 1410718 URL: http://svn.apache.org/viewvc?rev=1410718&view=rev Log: Tag 7.0.33 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_33/ (props changed) - copied from r1410717, tomcat/tc7.0.x/trunk/ Modified: tomcat/tc7.0.x/tags/TOMCAT_7_

svn commit: r1410719 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default

2012-11-17 Thread markt
Author: markt Date: Sat Nov 17 10:18:33 2012 New Revision: 1410719 URL: http://svn.apache.org/viewvc?rev=1410719&view=rev Log: Prep for next release Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default Modified: tomcat/tc7.0.x/trun

Re: Tomcat 7.0.33 progress report

2012-11-17 Thread Mark Thomas
On 16/11/2012 17:02, Mark Thomas wrote: > I'll shout if I get stuck although the fastest way to find my errors > seems to be writing an e-mail to the dev list as shortly after I send > it, I spot the silly mistake that invalidates most of what I just wrote. As it was in this case. The TCKs all pa

Re: Using comments.apache.org for our live docs

2012-11-17 Thread Rainer Jung
Thanks Konstantin. Will work over the weekend on your valuable remarks. On 08.11.2012 23:25, Konstantin Kolinko wrote: > 2012/11/8 Rainer Jung : >> Cross posting intentionally, because our long time users list supporters >> might want to comment as well. >> >> A few months ago a new Web Server com

Making the Mapper type safe

2012-11-17 Thread Rainer Jung
Hi, I did some experiments about more flexible version mapping for contextes a while back and was a bit unhappy about the type unsafetyness of the Mapper. Internally it only uses plain Objects and the code using it has to cast everything. There is a patch available at http://people.apache.org/~r

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

2012-11-17 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 integration.

Re: Making the Mapper type safe

2012-11-17 Thread Mark Thomas
On 17/11/2012 13:05, Rainer Jung wrote: > Hi, > > I did some experiments about more flexible version mapping for contextes > a while back and was a bit unhappy about the type unsafetyness of the > Mapper. Internally it only uses plain Objects and the code using it has > to cast everything. > > Th

svn commit: r1410732 - /tomcat/trunk/java/org/apache/tomcat/util/modeler/NotificationInfo.java

2012-11-17 Thread markt
Author: markt Date: Sat Nov 17 14:53:03 2012 New Revision: 1410732 URL: http://svn.apache.org/viewvc?rev=1410732&view=rev Log: Fix a FindBugs issue (incorrect synchronization) Modified: tomcat/trunk/java/org/apache/tomcat/util/modeler/NotificationInfo.java Modified: tomcat/trunk/java/org/apa

svn commit: r1410733 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

2012-11-17 Thread markt
Author: markt Date: Sat Nov 17 14:53:20 2012 New Revision: 1410733 URL: http://svn.apache.org/viewvc?rev=1410733&view=rev Log: Silence another false positive Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml URL: ht

svn commit: r1410740 - /tomcat/trunk/java/org/apache/tomcat/util/modeler/OperationInfo.java

2012-11-17 Thread markt
Author: markt Date: Sat Nov 17 15:20:08 2012 New Revision: 1410740 URL: http://svn.apache.org/viewvc?rev=1410740&view=rev Log: Fix a FindBugs issue (incorrect synchronization) Modified: tomcat/trunk/java/org/apache/tomcat/util/modeler/OperationInfo.java Modified: tomcat/trunk/java/org/apache

buildbot success in ASF Buildbot on tomcat-trunk

2012-11-17 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/3574 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1410742 - /tomcat/trunk/java/org/apache/jasper/compiler/ELParser.java

2012-11-17 Thread markt
Author: markt Date: Sat Nov 17 15:53:34 2012 New Revision: 1410742 URL: http://svn.apache.org/viewvc?rev=1410742&view=rev Log: Refactor since returning -1 makes no sense with chars. The old code worked but it was a little odd (and FindBugs didn't like it). Modified: tomcat/trunk/java/org/apa

svn commit: r1410752 - in /tomcat/trunk: java/org/apache/catalina/mapper/Mapper.java test/org/apache/catalina/mapper/TestMapper.java

2012-11-17 Thread rjung
Author: rjung Date: Sat Nov 17 17:12:18 2012 New Revision: 1410752 URL: http://svn.apache.org/viewvc?rev=1410752&view=rev Log: Type-Safety for the Mapper - Part 1. Rename inner classes Host, Context and Wrapper to MappedHost, MappedContext and MappedWrapper. Modified: tomcat/trunk/java/org/a

Re: Making the Mapper type safe

2012-11-17 Thread Rainer Jung
On 17.11.2012 15:35, Mark Thomas wrote: > On 17/11/2012 13:05, Rainer Jung wrote: >> Hi, >> >> I did some experiments about more flexible version mapping for contextes >> a while back and was a bit unhappy about the type unsafetyness of the >> Mapper. Internally it only uses plain Objects and the c

AccessLogValve test failure (timezone)

2012-11-17 Thread Rainer Jung
Currently the ALV tests fail for me because of a hard coded timezone in the test. We can either copy some logic from ALV into the test class, or make the private static method getTimeZone(() protected and call it from the test class. A patch for the latter approach is available at: http://people.a

Re: Making the Mapper type safe

2012-11-17 Thread Mark Thomas
On 17/11/2012 17:22, Rainer Jung wrote: > On 17.11.2012 15:35, Mark Thomas wrote: >> On 17/11/2012 13:05, Rainer Jung wrote: >>> Hi, >>> >>> I did some experiments about more flexible version mapping for contextes >>> a while back and was a bit unhappy about the type unsafetyness of the >>> Mapper.

[Tomcat Wiki] Update of "PoweredBy" by Neha

2012-11-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by Neha: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=446&rev2=447 === Merkaweb.com (Web Hosting Spain) === {{http://www.merkawe

svn commit: r1410763 - /tomcat/trunk/test/org/apache/catalina/valves/TestAccessLogValve.java

2012-11-17 Thread rjung
Author: rjung Date: Sat Nov 17 19:25:18 2012 New Revision: 1410763 URL: http://svn.apache.org/viewvc?rev=1410763&view=rev Log: Fix time zone formatting in ALV test. Test failed in non-GMT time zone. Modified: tomcat/trunk/test/org/apache/catalina/valves/TestAccessLogValve.java Modified: tomc

Re: AccessLogValve test failure (timezone)

2012-11-17 Thread Rainer Jung
On 17.11.2012 18:53, Rainer Jung wrote: > Currently the ALV tests fail for me because of a hard coded timezone in > the test. We can either copy some logic from ALV into the test class, or > make the private static method getTimeZone(() protected and call it from > the test class. A patch for the l

svn commit: r1410764 - in /tomcat/trunk: build.properties.default java/org/apache/jasper/compiler/JDTCompiler.java

2012-11-17 Thread markt
Author: markt Date: Sat Nov 17 19:27:33 2012 New Revision: 1410764 URL: http://svn.apache.org/viewvc?rev=1410764&view=rev Log: Update JDT complier to 4.2.1 Fixes Findbugs warning Modified: tomcat/trunk/build.properties.default tomcat/trunk/java/org/apache/jasper/compiler/JDTCompiler.java

Re: svn commit: r1410764 - in /tomcat/trunk: build.properties.default java/org/apache/jasper/compiler/JDTCompiler.java

2012-11-17 Thread Mark Thomas
On 17/11/2012 19:27, ma...@apache.org wrote: > Author: markt > Date: Sat Nov 17 19:27:33 2012 > New Revision: 1410764 > > URL: http://svn.apache.org/viewvc?rev=1410764&view=rev > Log: > Update JDT complier to 4.2.1 Thoughts on back-porting this to 7.0.x? Mark -

svn commit: r1410766 - /tomcat/trunk/test/org/apache/catalina/valves/TestAccessLogValve.java

2012-11-17 Thread rjung
Author: rjung Date: Sat Nov 17 19:47:59 2012 New Revision: 1410766 URL: http://svn.apache.org/viewvc?rev=1410766&view=rev Log: Sorry, committed debug code in r1410763. Modified: tomcat/trunk/test/org/apache/catalina/valves/TestAccessLogValve.java Modified: tomcat/trunk/test/org/apache/catali

svn commit: r1410770 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/valves/TestAccessLogValve.java webapps/docs/changelog.xml

2012-11-17 Thread rjung
Author: rjung Date: Sat Nov 17 19:54:35 2012 New Revision: 1410770 URL: http://svn.apache.org/viewvc?rev=1410770&view=rev Log: Fix time zone formatting in ALV test. Test failed in non-GMT time zone. Backport of r1410763 and r1410766 from trunk. Modified: tomcat/tc7.0.x/trunk/ (props change

Re: svn commit: r1410764 - in /tomcat/trunk: build.properties.default java/org/apache/jasper/compiler/JDTCompiler.java

2012-11-17 Thread Konstantin Kolinko
2012/11/17 Mark Thomas : > On 17/11/2012 19:27, ma...@apache.org wrote: >> Author: markt >> Date: Sat Nov 17 19:27:33 2012 >> New Revision: 1410764 >> >> URL: http://svn.apache.org/viewvc?rev=1410764&view=rev >> Log: >> Update JDT complier to 4.2.1 > > Thoughts on back-porting this to 7.0.x? > +1

Re: svn commit: r1408739 - in /tomcat/trunk: java/org/apache/catalina/startup/RealmRuleSet.java webapps/docs/config/systemprops.xml

2012-11-17 Thread Christopher Schultz
Mark, Apologies for the late reply. Please see comments inline. On 11/13/12 9:17 AM, ma...@apache.org wrote: > Author: markt > Date: Tue Nov 13 14:17:42 2012 > New Revision: 1408739 > > URL: http://svn.apache.org/viewvc?rev=1408739&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bu

Re: Delete catalina.out

2012-11-17 Thread Christopher Schultz
Josh, On 11/15/12 2:45 PM, Josh Gooding wrote: > That is the tomcat default log file. Nothing server wise will happen if > you delete if that is your concern. It just removes that particular log > file. I believe that you have to either be root and/or have the server > stopped to remove the fil

Re: svn commit: r1408739 - in /tomcat/trunk: java/org/apache/catalina/startup/RealmRuleSet.java webapps/docs/config/systemprops.xml

2012-11-17 Thread Christopher Schultz
Mark, On 11/17/12 8:04 PM, Christopher Schultz wrote: > Apologies for the late reply. Please see comments inline. > > On 11/13/12 9:17 AM, ma...@apache.org wrote: >> Author: markt >> Date: Tue Nov 13 14:17:42 2012 >> New Revision: 1408739 >> >> URL: http://svn.apache.org/viewvc?rev=1408739&view=r

Bug report for Tomcat 6 [2012/11/18]

2012-11-17 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2012/11/18]

2012-11-17 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2012/11/18]

2012-11-17 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2012/11/18]

2012-11-17 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2012/11/18]

2012-11-17 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2012/11/18]

2012-11-17 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned