Bug report for Tomcat 7 [2014/03/23]

2014-03-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2014/03/23]

2014-03-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2014/03/23]

2014-03-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2014/03/23]

2014-03-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2014/03/23]

2014-03-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2014/03/23]

2014-03-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2014/03/23]

2014-03-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 56304] WebSocket send locks and timeout does not occur after 20 seconds

2014-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56304 --- Comment #1 from Mark Thomas --- Are you sure you used the same connector on Tomcat 7 and Tomcat 8? The default connector on Tomcat 7 is BIO whereas it is NIO on Tomcat 8. When you refer to Windows or Linux is that client side, server s

svn commit: r1580472 - in /tomcat/tc6.0.x/trunk: STATUS.txt build.properties.default java/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/changelog.xml

2014-03-23 Thread markt
Author: markt Date: Sun Mar 23 08:55:32 2014 New Revision: 1580472 URL: http://svn.apache.org/r1580472 Log: Use StringBuilder in DefaultServlet Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/build.properties.default tomcat/tc6.0.x/trunk/java/org/apache/catalina/servlet

svn commit: r1580473 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/tomcat/util/buf/Ascii.java webapps/docs/changelog.xml

2014-03-23 Thread markt
Author: markt Date: Sun Mar 23 09:02:34 2014 New Revision: 1580473 URL: http://svn.apache.org/r1580473 Log: Fix possible overflow when parsing long values from a byte array. Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org

svn commit: r1580475 - in /tomcat/tc6.0.x/trunk: STATUS.txt webapps/docs/changelog.xml

2014-03-23 Thread markt
Author: markt Date: Sun Mar 23 09:12:12 2014 New Revision: 1580475 URL: http://svn.apache.org/r1580475 Log: Additional changelog entry for r1580472 Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: ht

svn propchange: r1580472 - svn:log

2014-03-23 Thread markt
Author: markt Revision: 1580472 Modified property: svn:log Modified: svn:log at Sun Mar 23 09:13:47 2014 -- --- svn:log (original) +++ svn:log Sun Mar 23 09:13:47 2014 @@ -1 +1,2 @@ Use StringBuilder in DefaultServlet +Up

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

2014-03-23 Thread markt
Author: markt Date: Sun Mar 23 09:34:30 2014 New Revision: 1580478 URL: http://svn.apache.org/r1580478 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56265 Don't escape values for dynamic tag attributes Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/a

svn commit: r1580479 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/core/ApplicationFilterConfig.java java/org/apache/catalina/core/LocalStrings.properties webapps/docs/changelog.xml

2014-03-23 Thread markt
Author: markt Date: Sun Mar 23 09:36:32 2014 New Revision: 1580479 URL: http://svn.apache.org/r1580479 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56275 Fix memory leak if a Filter throws an exception during its destroy() method Modified: tomcat/tc6.0.x/trunk/STATUS.txt t

[Bug 56275] Classloader leak in DirContextURLStreamHandler

2014-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56275 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2014-03-23 Thread markt
Author: markt Date: Sun Mar 23 09:38:50 2014 New Revision: 1580480 URL: http://svn.apache.org/r1580480 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54475 Add Java 8 support to SMAP generation for JSPs. Patch by Robbie Gibson. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat

[Bug 54475] SMAP broken in Java 8 for JSP compile

2014-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54475 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

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

2014-03-23 Thread markt
Author: markt Date: Sun Mar 23 09:47:03 2014 New Revision: 1580481 URL: http://svn.apache.org/r1580481 Log: Update 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=1580481&r1=15

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

2014-03-23 Thread kkolinko
Author: kkolinko Date: Sun Mar 23 12:32:23 2014 New Revision: 1580497 URL: http://svn.apache.org/r1580497 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=1580497&r1=1580496&r2

[Bug 56304] WebSocket send locks and timeout does not occur after 20 seconds

2014-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56304 --- Comment #2 from rstoyanc...@yahoo.com --- The reference to Windows is for the server. I am using default server configuration on both Tomcat 7 and 8 so I guess that probably accounts for the different behavior. I can try Tomcat 7 with N

svn commit: r1580514 - in /tomcat/trunk: java/org/apache/catalina/manager/HTMLManagerServlet.java java/org/apache/catalina/manager/LocalStrings.properties java/org/apache/catalina/manager/ManagerServl

2014-03-23 Thread markt
Author: markt Date: Sun Mar 23 15:38:21 2014 New Revision: 1580514 URL: http://svn.apache.org/r1580514 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56273 If the Manager web application does not perform an operation because the web application is already being serviced, report an er

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

2014-03-23 Thread markt
Author: markt Date: Sun Mar 23 17:48:45 2014 New Revision: 1580551 URL: http://svn.apache.org/r1580551 Log: Add the bug reference. 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: r1580552 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/HTMLManagerServlet.java java/org/apache/catalina/manager/LocalStrings.properties java/org/apache/catalina/manager/M

2014-03-23 Thread markt
Author: markt Date: Sun Mar 23 17:50:11 2014 New Revision: 1580552 URL: http://svn.apache.org/r1580552 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56273 If the Manager web application does not perform an operation because the web application is already being serviced, report an er

[Bug 56273] Manager webapp: when command is skipped because web application is being serviced, say about it

2014-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56273 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

buildbot success in ASF Buildbot on tomcat-trunk

2014-03-23 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/5627 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Tomcat JDBC, WebappClassLoader delegation

2014-03-23 Thread John Vasileff
In Tomcat 8, WebappClassLoader disallows overrides of org.apache.tomcat.* classes which includes org.apache.tomcat.jdbc.*. As a result, it is impossible to use the Tomcat JDBC pool with a JDBC driver in WEB-INF/lib. On Tomcat 7 this is possible by packaging both tomcat-jdbc.jar and the driver i

Re: Tomcat JDBC, WebappClassLoader delegation

2014-03-23 Thread Mark Thomas
On 23/03/2014 18:40, John Vasileff wrote: > In Tomcat 8, WebappClassLoader disallows overrides of > org.apache.tomcat.* classes which includes org.apache.tomcat.jdbc.*. > As a result, it is impossible to use the Tomcat JDBC pool with a JDBC > driver in WEB-INF/lib. On Tomcat 7 this is possible by p

svn commit: r1580572 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2014-03-23 Thread markt
Author: markt Date: Sun Mar 23 19:06:57 2014 New Revision: 1580572 URL: http://svn.apache.org/r1580572 Log: Allow web applications to package tomcat-jdbc.jar and their JDBC driver of choice in the web application. Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

Fwd: svn commit: r1569398 - in /tomcat/trunk/java/org/apache/catalina/loader: LocalStrings.properties WebappClassLoader.java

2014-03-23 Thread Romain Manni-Bucau
Hi any planned date for a tomcat 7.0.53 with this fix? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau -- Forwarded message -- From: Date: 2014-02-18 17:00

Re: Tomcat JDBC, WebappClassLoader delegation

2014-03-23 Thread John Vasileff
On Mar 23, 2014, at 3:06 PM, Mark Thomas wrote: > On 23/03/2014 18:40, John Vasileff wrote: >> Would it be possible to add an exception for “org.apache.tomcat.jdbc” >> to the regex below to restore this capability? >> >> protected final Matcher packageTriggersPermit = >> Pattern.compile("^javax

svn commit: r1580591 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2014-03-23 Thread markt
Author: markt Date: Sun Mar 23 20:16:24 2014 New Revision: 1580591 URL: http://svn.apache.org/r1580591 Log: Minor clean-up Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java URL: http://

svn commit: r1580598 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2014-03-23 Thread markt
Author: markt Date: Sun Mar 23 20:33:13 2014 New Revision: 1580598 URL: http://svn.apache.org/r1580598 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56293 Cache resources loaded by the class loader from /META-INF/services/ for better performance for repeated look ups. Modified:

svn commit: r1580610 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2014-03-23 Thread markt
Author: markt Date: Sun Mar 23 20:44:13 2014 New Revision: 1580610 URL: http://svn.apache.org/r1580610 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56293 Cache resources loaded by the class loader from /META-INF/services/ for better performance for repeated look ups. Modified:

[Bug 56293] WebappClassLoader does not cache META-INF/services which leads to performance issues

2014-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56293 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: svn commit: r1580598 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2014-03-23 Thread Cyril Bonté
Hi Mark, Le 23/03/2014 21:33, ma...@apache.org a écrit : private static final String CLASS_FILE_SUFFIX = ".class"; +private static final String SERVIVES_PREFIX = "/META-INF/services/"; Warning, a typo is introduced in the constant name. SERVIVES instead of SERVICES. -- Cyril Bonté

Re: svn commit: r1580598 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2014-03-23 Thread Cyril Bonté
Hi again, Le 23/03/2014 21:48, Cyril Bonté a écrit :> Hi Mark, > > Le 23/03/2014 21:33, ma...@apache.org a écrit : >> private static final String CLASS_FILE_SUFFIX = ".class"; >> +private static final String SERVIVES_PREFIX = "/META-INF/services/"; > > Warning, a typo is introduced in

buildbot failure in ASF Buildbot on tomcat-7-trunk

2014-03-23 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1829 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sourc

svn commit: r1580621 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2014-03-23 Thread markt
Author: markt Date: Sun Mar 23 21:47:46 2014 New Revision: 1580621 URL: http://svn.apache.org/r1580621 Log: Fix typos spotted by Cyril Bonté. Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader

Re: svn commit: r1580598 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2014-03-23 Thread Mark Thomas
On 23/03/2014 20:57, Cyril Bonté wrote: > Hi again, > > Le 23/03/2014 21:48, Cyril Bonté a écrit :> Hi Mark, >> >> Le 23/03/2014 21:33, ma...@apache.org a écrit : >>> private static final String CLASS_FILE_SUFFIX = ".class"; >>> +private static final String SERVIVES_PREFIX = > "/META-INF

svn commit: r1580622 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2014-03-23 Thread markt
Author: markt Date: Sun Mar 23 21:48:33 2014 New Revision: 1580622 URL: http://svn.apache.org/r1580622 Log: Fix typos spotted by Cyril Bonté. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/

Re: Connectors, blocking, and keepalive

2014-03-23 Thread Christopher Schultz
Mark, On 2/27/14, 12:56 PM, Christopher Schultz wrote: > Mark, > > On 2/25/14, 3:31 AM, Mark Thomas wrote: >> On 25/02/2014 06:03, Christopher Schultz wrote: >>> All, >> >>> I'm looking at the comparison table at the bottom of the HTTP >>> connectors page, and I have a few questions about it. >>

[Bug 56296] AjpNioProcessor throws java.nio.BufferOverflowException

2014-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56296 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

Re: Connectors, blocking, and keepalive

2014-03-23 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23/03/2014 22:07, Christopher Schultz wrote: > Mark, > > On 2/27/14, 12:56 PM, Christopher Schultz wrote: >> Mark, >> >> On 2/25/14, 3:31 AM, Mark Thomas wrote: >>> On 25/02/2014 06:03, Christopher Schultz wrote: All, >>> I'm looking at

Tracking request state through NIO

2014-03-23 Thread Christopher Schultz
All, I've been poking around the NIOEndpoint code but I can't seem to find what I'm looking for: a list of states through which a request progresses while it is going from being accepted through dispatch, and finally back into the poller (for keep-alives). I have to imagine that, as a request goe

Re: Tracking request state through NIO

2014-03-23 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23/03/2014 22:16, Christopher Schultz wrote: > All, > > I've been poking around the NIOEndpoint code but I can't seem to > find what I'm looking for: a list of states through which a > request progresses while it is going from being accepted throug

buildbot success in ASF Buildbot on tomcat-7-trunk

2014-03-23 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1830 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build So

[Bug 56296] AjpNioProcessor throws java.nio.BufferOverflowException

2014-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56296 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1580654 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/AjpNioProcessor.java webapps/docs/changelog.xml

2014-03-23 Thread markt
Author: markt Date: Sun Mar 23 22:58:54 2014 New Revision: 1580654 URL: http://svn.apache.org/r1580654 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53119 Make sure the NIO AJP output buffer is cleared on any error to prevent any possible overflow if it is written to again before th

[Bug 53119] java.nio.BufferOverflowException in AjpAprProcessor.output() when AJP client disconnects

2014-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53119 Mark Thomas changed: What|Removed |Added CC||hugo.lums...@blackrock.com --- Comme

svn commit: r1580658 - /tomcat/trunk/webapps/docs/tribes/introduction.xml

2014-03-23 Thread markt
Author: markt Date: Sun Mar 23 23:05:04 2014 New Revision: 1580658 URL: http://svn.apache.org/r1580658 Log: Fix bug in example Modified: tomcat/trunk/webapps/docs/tribes/introduction.xml Modified: tomcat/trunk/webapps/docs/tribes/introduction.xml URL: http://svn.apache.org/viewvc/tomcat/tru

svn commit: r1580659 - /tomcat/tc7.0.x/trunk/webapps/docs/tribes/introduction.xml

2014-03-23 Thread markt
Author: markt Date: Sun Mar 23 23:06:11 2014 New Revision: 1580659 URL: http://svn.apache.org/r1580659 Log: Fix bug in example Modified: tomcat/tc7.0.x/trunk/webapps/docs/tribes/introduction.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/tribes/introduction.xml URL: http://svn.apache.org/v

[Bug 56300] [Tribes] No useful examples, lack of documentation

2014-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56300 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 from Mark

buildbot failure in ASF Buildbot on tomcat-trunk

2014-03-23 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5629 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1580678 - /tomcat/tc7.0.x/trunk/STATUS.txt

2014-03-23 Thread kkolinko
Author: kkolinko Date: Mon Mar 24 00:39:42 2014 New Revision: 1580678 URL: http://svn.apache.org/r1580678 Log: Remove proposal This have been applied in r1580654 ;) Modified: tomcat/tc7.0.x/trunk/STATUS.txt Modified: tomcat/tc7.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/t

Re: Connectors, blocking, and keepalive

2014-03-23 Thread Christopher Schultz
Mark, On 3/23/14, 6:12 PM, Mark Thomas wrote: > On 23/03/2014 22:07, Christopher Schultz wrote: >> Mark, > >> On 2/27/14, 12:56 PM, Christopher Schultz wrote: >>> Mark, >>> >>> On 2/25/14, 3:31 AM, Mark Thomas wrote: On 25/02/2014 06:03, Christopher Schultz wrote: > All, > I'm l

buildbot success in ASF Buildbot on tomcat-trunk

2014-03-23 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/5630 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source