svn commit: r890206 [2/2] - in /tomcat/trunk/modules/tomcat-lite: ./ java/org/apache/coyote/lite/ java/org/apache/tomcat/lite/http/ java/org/apache/tomcat/lite/io/ java/org/apache/tomcat/lite/service/

2009-12-13 Thread costin
Modified: tomcat/trunk/modules/tomcat-lite/test/org/apache/tomcat/lite/load/LiveHttpThreadedTest.java URL: http://svn.apache.org/viewvc/tomcat/trunk/modules/tomcat-lite/test/org/apache/tomcat/lite/load/LiveHttpThreadedTest.java?rev=890206&r1=890205&r2=890206&view=diff

DO NOT REPLY [Bug 48385] New: Expose RSS feed for tomcat releases

2009-12-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48385 Summary: Expose RSS feed for tomcat releases Product: Tomcat 6 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority:

Re: Problem using maven jspc plugin with tomcat 7 and jstl

2009-12-13 Thread David Jencks
On Dec 13, 2009, at 12:46 PM, Mark Thomas wrote: On 13/12/2009 09:50, David Jencks wrote: It looks to me as if the problem is that no JarScanner is installed in the ServletContext used by JspC. (There definitely isn't one installed, and I think that is the cause of the problem). So, jaspe

DO NOT REPLY [Bug 47670] Unlock accept issue

2009-12-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47670 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark Th

DO NOT REPLY [Bug 48384] New: globalXsltFile parameter for the DefaultServlet

2009-12-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48384 Summary: globalXsltFile parameter for the DefaultServlet Product: Tomcat 6 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: trivial Pr

DO NOT REPLY [Bug 48381] Hostnames in the section are converted to lower case

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

Bug report for Tomcat Native [2009/12/13]

2009-12-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2009/12/13]

2009-12-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2009/12/13]

2009-12-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2009/12/13]

2009-12-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2009/12/13]

2009-12-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2009/12/13]

2009-12-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

svn commit: r890143 - in /tomcat/tc5.5.x/trunk/container/webapps/docs: changelog.xml config/host.xml

2009-12-13 Thread markt
Author: markt Date: Sun Dec 13 23:07:16 2009 New Revision: 890143 URL: http://svn.apache.org/viewvc?rev=890143&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48381 Add a note about case of host name Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml

svn commit: r890142 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml config/host.xml

2009-12-13 Thread markt
Author: markt Date: Sun Dec 13 23:06:21 2009 New Revision: 890142 URL: http://svn.apache.org/viewvc?rev=890142&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48381 Add a note about case of host name Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6

svn commit: r890141 - /tomcat/trunk/webapps/docs/config/host.xml

2009-12-13 Thread markt
Author: markt Date: Sun Dec 13 23:03:32 2009 New Revision: 890141 URL: http://svn.apache.org/viewvc?rev=890141&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48381 Add a note about case of host name Modified: tomcat/trunk/webapps/docs/config/host.xml Modified: tomcat/tr

DO NOT REPLY [Bug 43656] ELSupport.coerceToType won't handle null for java.lang.Number

2009-12-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43656 --- Comment #28 from Mark Thomas 2009-12-13 14:51:18 GMT --- Thanks for the test case. This has been fixed in trunk and proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are re

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

2009-12-13 Thread markt
Author: markt Date: Sun Dec 13 22:51:00 2009 New Revision: 890140 URL: http://svn.apache.org/viewvc?rev=890140&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=890

svn commit: r890139 - in /tomcat/trunk: java/org/apache/el/lang/ELSupport.java test/org/apache/el/lang/TestELSupport.java

2009-12-13 Thread markt
Author: markt Date: Sun Dec 13 22:48:20 2009 New Revision: 890139 URL: http://svn.apache.org/viewvc?rev=890139&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=43656 Correctly coerce null to zero when Number is the required type. Modified: tomcat/trunk/java/org/apache/el/l

Re: Problem using maven jspc plugin with tomcat 7 and jstl

2009-12-13 Thread Mark Thomas
On 13/12/2009 09:50, David Jencks wrote: > It looks to me as if the problem is that no JarScanner is installed in > the ServletContext used by JspC. (There definitely isn't one installed, > and I think that is the cause of the problem). So, jasper cant find the > jstl jar which is in the classlo

svn commit: r890101 - /tomcat/trunk/java/org/apache/tomcat/jdbc/

2009-12-13 Thread markt
Author: markt Date: Sun Dec 13 19:41:38 2009 New Revision: 890101 URL: http://svn.apache.org/viewvc?rev=890101&view=rev Log: Remove empty dir Removed: tomcat/trunk/java/org/apache/tomcat/jdbc/ - To unsubscribe, e-mail: dev-

[Tomcat Wiki] Update of "PoweredBy" by Björn Hahne feld

2009-12-13 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 Björn Hahnefeld. http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=213&rev2=214 --

Problem using maven jspc plugin with tomcat 7 and jstl

2009-12-13 Thread David Jencks
Jar scanning for tld files seems to have been refactored recently in rev 817685 (sept 22 2009) with the introduction of the jasper JarScannerFactory. I'm getting a stack trace: [INFO] [jspc:compile {execution: default}] Created dir: /Users/david/projects/geronimo/server/trunk/plugins/ activ