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

2009-05-02 Thread pero
Author: pero Date: Sat May 2 18:38:00 2009 New Revision: 770975 URL: http://svn.apache.org/viewvc?rev=770975&view=rev Log: Cast my 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=

DO NOT REPLY [Bug 47091] jsp problem

2009-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47091 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 47091] jsp problem

2009-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47091 --- Comment #2 from Xie Xiaodong 2009-05-02 13:54:53 PST --- A variable in scriptlet is a local variable inside _jspService, and you can find the corresponding .java file in {tomcat_install_dir}/work/localhost/{webapp_dir}. And your

svn commit: r770985 - /tomcat/trunk/test/org/apache/catalina/tribes/test/TribesTestSuite.java

2009-05-02 Thread markt
Author: markt Date: Sat May 2 22:12:28 2009 New Revision: 770985 URL: http://svn.apache.org/viewvc?rev=770985&view=rev Log: Add all of the Tribes tests to the test suite. Some of these fail. Modified: tomcat/trunk/test/org/apache/catalina/tribes/test/TribesTestSuite.java Modified: tomcat/tr

DO NOT REPLY [Bug 47124] Run the unit tests as part of the build!!!

2009-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47124 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r771002 - /tomcat/trunk/java/org/apache/tomcat/util/res/StringManager.java

2009-05-02 Thread markt
Author: markt Date: Sat May 2 23:36:24 2009 New Revision: 771002 URL: http://svn.apache.org/viewvc?rev=771002&view=rev Log: Clean up inspired by https://issues.apache.org/bugzilla/show_bug.cgi?id=47111 Remove unused code. Modified: tomcat/trunk/java/org/apache/tomcat/util/res/StringManager.j

DO NOT REPLY [Bug 47111] do caching the resources like the docu say it (StringManager)

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

svn commit: r770999 - in /tomcat/trunk: build.properties.default test/build.xml test/org/apache/TestAll.java

2009-05-02 Thread markt
Author: markt Date: Sat May 2 23:12:17 2009 New Revision: 770999 URL: http://svn.apache.org/viewvc?rev=770999&view=rev Log: Changes as a result of https://issues.apache.org/bugzilla/show_bug.cgi?id=47124 Add JUnit to build Provide TestSuite to run all tests Added: tomcat/trunk/test/org/apach

svn commit: r771000 - in /tomcat/trunk: test.xml test/build.xml

2009-05-02 Thread markt
Author: markt Date: Sat May 2 23:17:55 2009 New Revision: 771000 URL: http://svn.apache.org/viewvc?rev=771000&view=rev Log: Move file for consistency. May ultimately move test.xml inside build.xml Added: tomcat/trunk/test.xml - copied, changed from r770999, tomcat/trunk/test/build.xml

svn commit: r771001 - /tomcat/trunk/java/org/apache/tomcat/util/res/StringManager.java

2009-05-02 Thread markt
Author: markt Date: Sat May 2 23:20:33 2009 New Revision: 771001 URL: http://svn.apache.org/viewvc?rev=771001&view=rev Log: Tab police and other whitespace issues Modified: tomcat/trunk/java/org/apache/tomcat/util/res/StringManager.java Modified: tomcat/trunk/java/org/apache/tomcat/util/res

svn commit: r771003 - in /tomcat/trunk/test/org/apache: TestAll.java catalina/tomcat/util/http/ tomcat/util/http/ tomcat/util/http/TestCookies.java

2009-05-02 Thread markt
Author: markt Date: Sat May 2 23:41:12 2009 New Revision: 771003 URL: http://svn.apache.org/viewvc?rev=771003&view=rev Log: Put tests in right package Added: tomcat/trunk/test/org/apache/tomcat/util/http/ - copied from r770988, tomcat/trunk/test/org/apache/catalina/tomcat/util/http/ R

svn commit: r771006 - in /tomcat/trunk/modules/jdbc-pool: java/org/apache/tomcat/jdbc/pool/ test/org/apache/tomcat/jdbc/test/

2009-05-02 Thread fhanik
Author: fhanik Date: Sun May 3 00:18:33 2009 New Revision: 771006 URL: http://svn.apache.org/viewvc?rev=771006&view=rev Log: Make connection objects non reusable. Once release has been called, it can't be reused. This makes the sizing algorithm easier C3P0 leaks connections during the fairness t

DO NOT REPLY [Bug 47133] Reloading web application causes CPU usage to spike when using AIO

2009-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47133 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 47136] Tomcat Compression limited to 48K

2009-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47136 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r771008 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/users/ webapps/docs/

2009-05-02 Thread markt
Author: markt Date: Sun May 3 01:03:03 2009 New Revision: 771008 URL: http://svn.apache.org/viewvc?rev=771008&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46815 Make MemoryUserDatabase read-only be default Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/t

DO NOT REPLY [Bug 46815] Tomcat user database file - permission problem on Unix systems

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

svn commit: r771009 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/tribes/membership/ java/org/apache/catalina/util/ webapps/docs/

2009-05-02 Thread markt
Author: markt Date: Sun May 3 01:15:41 2009 New Revision: 771009 URL: http://svn.apache.org/viewvc?rev=771009&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46990 Various sync issues. Patch provided by s...@a.o Modified: tomcat/tc6.0.x/trunk/ (props changed) tomca

DO NOT REPLY [Bug 46990] Synchronize target cannot be changed midway

2009-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46990 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r771011 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt webapps/docs/changelog.xml webapps/examples/jsp/security/protected/error.jsp

2009-05-02 Thread markt
Author: markt Date: Sun May 3 01:19:39 2009 New Revision: 771011 URL: http://svn.apache.org/viewvc?rev=771011&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46509 Correct link on error page. Patch provided by Michael Moody. Modified: tomcat/tc6.0.x/trunk/ (props chang

DO NOT REPLY [Bug 46509] Tomcat 5.5 security example gives j_security_check not available

2009-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46509 --- Comment #3 from Mark Thomas 2009-05-02 18:19:49 PST --- This has been fixed in 6.0.x and will be included in 6.0.20 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receivi

svn commit: r771012 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/jasper/compiler/Generator.java webapps/docs/changelog.xml

2009-05-02 Thread markt
Author: markt Date: Sun May 3 01:26:32 2009 New Revision: 771012 URL: http://svn.apache.org/viewvc?rev=771012&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46909 Only include ';' in type attribute if there is a parameter Modified: tomcat/tc6.0.x/trunk/ (props changed

DO NOT REPLY [Bug 46909] error

2009-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46909 --- Comment #2 from Mark Thomas 2009-05-02 18:26:44 PST --- This has been fixed in 6.0.x and will be included in 6.0.20 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receivi

DO NOT REPLY [Bug 46984] Server incorrectly reports a 501 error on bad method name. Should report 400 error.

2009-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46984 --- Comment #2 from Mark Thomas 2009-05-02 18:29:41 PST --- This has been fixed in 6.0.x and will be included in 6.0.20 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receivi

svn commit: r771013 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/coyote/http11/ webapps/docs/

2009-05-02 Thread markt
Author: markt Date: Sun May 3 01:29:42 2009 New Revision: 771013 URL: http://svn.apache.org/viewvc?rev=771013&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=46984 Invalid characters in HTTP request method should result in a 400 Modified: tomcat/tc6.0.x/trunk/ (props chang

svn commit: r771014 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/core/Constants.java java/org/apache/catalina/core/StandardWrapper.java webapps/docs/changelog.xml

2009-05-02 Thread markt
Author: markt Date: Sun May 3 01:33:01 2009 New Revision: 771014 URL: http://svn.apache.org/viewvc?rev=771014&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47013 Use system property rather than hard code default Modified: tomcat/tc6.0.x/trunk/ (props changed) tom

DO NOT REPLY [Bug 47013] JSP not compiled at startup when used as a servlet

2009-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47013 --- Comment #4 from Mark Thomas 2009-05-02 18:33:11 PST --- This has been fixed in trunk and will be in 6.0.20 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this m

DO NOT REPLY [Bug 47013] JSP not compiled at startup when used as a servlet

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