svn commit: r1004550 - in /tomcat/trunk: java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java webapps/docs/changelog.xml

2010-10-05 Thread markt
Author: markt Date: Tue Oct 5 07:30:54 2010 New Revision: 1004550 URL: http://svn.apache.org/viewvc?rev=1004550&view=rev Log: Correct fix fot 49669 Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java tomcat/trunk/webapps/docs/changelog.xml Modified

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

2010-10-05 Thread markt
Author: markt Date: Tue Oct 5 07:38:18 2010 New Revision: 1004554 URL: http://svn.apache.org/viewvc?rev=1004554&view=rev Log: Proposal 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=1

DO NOT REPLY [Bug 49669] Static reference from javax.security.auth.Policy.contextClassLoader prevents an undeployed Web application from being garbage collected

2010-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49669 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

svn commit: r1004555 - /tomcat/trunk/webapps/docs/changelog.xml

2010-10-05 Thread markt
Author: markt Date: Tue Oct 5 07:45:04 2010 New Revision: 1004555 URL: http://svn.apache.org/viewvc?rev=1004555&view=rev Log: typo Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs

svn commit: r1004562 - in /tomcat/trunk: build.xml webapps/docs/changelog.xml

2010-10-05 Thread markt
Author: markt Date: Tue Oct 5 07:55:04 2010 New Revision: 1004562 URL: http://svn.apache.org/viewvc?rev=1004562&view=rev Log: Make sure copyright year is replaced for root webapp Modified: tomcat/trunk/build.xml tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/build.xml UR

svn commit: r1004564 - /tomcat/trunk/build.xml

2010-10-05 Thread markt
Author: markt Date: Tue Oct 5 08:00:08 2010 New Revision: 1004564 URL: http://svn.apache.org/viewvc?rev=1004564&view=rev Log: Make sure copyright year is replaced for root webapp Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trun

DO NOT REPLY [Bug 50023] [patch] [jstl.core] confusing and complicated call with simple solution

2010-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50023 --- Comment #1 from Martin Monperrus 2010-10-05 04:25:12 EDT --- Hi, Is the patch correct? Thanks, --Martin -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Tomcat Wiki] Update of "Tomcat/Books" by ThorstenMiche ls

2010-10-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Tomcat/Books" page has been changed by ThorstenMichels. http://wiki.apache.org/tomcat/Tomcat/Books?action=diff&rev1=8&rev2=9 --

[Tomcat Wiki] Trivial Update of "FAQ/Windows" by Eugene Ritter

2010-10-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Windows" page has been changed by Eugene Ritter. http://wiki.apache.org/tomcat/FAQ/Windows?action=diff&rev1=9&rev2=10 -- S

[Tomcat Wiki] Update of "FAQ/Windows" by TimFunk

2010-10-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Windows" page has been changed by TimFunk. The comment on this change is: spam removal. http://wiki.apache.org/tomcat/FAQ/Windows?action=diff&rev1=10&rev2=11 --

svn commit: r1004657 - /tomcat/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java

2010-10-05 Thread markt
Author: markt Date: Tue Oct 5 14:43:26 2010 New Revision: 1004657 URL: http://svn.apache.org/viewvc?rev=1004657&view=rev Log: Simplify. Path is stored in MapElement.name Modified: tomcat/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java Modified: tomcat/trunk/java/org/apache/tomcat/

svn commit: r1004671 - in /tomcat/trunk: java/org/apache/tomcat/util/http/mapper/Mapper.java test/org/apache/tomcat/util/http/mapper/ test/org/apache/tomcat/util/http/mapper/TestMapper.java

2010-10-05 Thread markt
Author: markt Date: Tue Oct 5 15:32:41 2010 New Revision: 1004671 URL: http://svn.apache.org/viewvc?rev=1004671&view=rev Log: Turn the commented out test code into a unit test. Added: tomcat/trunk/test/org/apache/tomcat/util/http/mapper/ tomcat/trunk/test/org/apache/tomcat/util/http/mapp

Re: svn commit: r1004393 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2010-10-05 Thread Konstantin Kolinko
2010/10/5 : > Author: timw > Date: Mon Oct  4 20:19:09 2010 > New Revision: 1004393 > > URL: http://svn.apache.org/viewvc?rev=1004393&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50026 > Always calculate path of resource to be served relative to the context root. > This

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

2010-10-05 Thread kkolinko
Author: kkolinko Date: Wed Oct 6 00:13:17 2010 New Revision: 1004863 URL: http://svn.apache.org/viewvc?rev=1004863&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=10

DO NOT REPLY [Bug 50023] [patch] [jstl.core] confusing and complicated call with simple solution

2010-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50023 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1004868 - in /tomcat/trunk: java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java java/org/apache/catalina/core/LocalStrings.properties webapps/docs/config/listeners.xml

2010-10-05 Thread kkolinko
Author: kkolinko Date: Wed Oct 6 01:03:29 2010 New Revision: 1004868 URL: http://svn.apache.org/viewvc?rev=1004868&view=rev Log: Amending the fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=49669 Do not depend on the deprecated class. Use reflection instead. Modified: tomcat/trun

svn commit: r1004869 - /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2010-10-05 Thread kkolinko
Author: kkolinko Date: Wed Oct 6 01:06:27 2010 New Revision: 1004869 URL: http://svn.apache.org/viewvc?rev=1004869&view=rev Log: Remove @SuppressWarnings that is no more needed Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java Modified: tomcat/trunk

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

2010-10-05 Thread kkolinko
Author: kkolinko Date: Wed Oct 6 01:35:31 2010 New Revision: 1004873 URL: http://svn.apache.org/viewvc?rev=1004873&view=rev Log: vote and proposal 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/STAT