[Bug 53257] getLastModified() of compilation context returns negative number

2012-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53257 --- Comment #2 from Konstantin Kolinko --- To determine the file date Compiler class calls JspCompilationContext#getLastModified(String resource) where in my example the resource value is '/jsp/jsp2/el/basic+arithmetic.jsp' It calls some m

[Bug 53257] getLastModified() of compilation context returns negative number

2012-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53257 --- Comment #3 from Konstantin Kolinko --- Conversion of string -> URL is performed via a call to ServletContext.getResource(path). I have some trouble understanding whether ServletContext API operates on urlencoded on non-urlencoded paths

[Bug 51584] Crash (infinite loop) when files starting with '#' are in the library tree

2012-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51584 --- Comment #3 from Konstantin Kolinko --- Just noting that the fix for this issue (r1152593) was incomplete and caused regression - bug 53257. See further discussion there. -- You are receiving this mail because: You are the assignee for

[Bug 53240] [tomcat jdbc connection pool] Open x-times database sessions than expected

2012-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53240 --- Comment #2 from Filip Hanik --- misconfiguration. conf/context.xml will create one pool per webapp. global pools are configured in server.xml -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1340133 - in /tomcat/tc7.0.x/trunk: modules/ webapps/docs/changelog.xml

2012-05-18 Thread fhanik
Author: fhanik Date: Fri May 18 15:38:22 2012 New Revision: 1340133 URL: http://svn.apache.org/viewvc?rev=1340133&view=rev Log: When a connection is disconnected, make sure we reset the cached values. This can happen during a failed validation when reconnect() is called. Modified: tomcat/tc7

buildbot failure in ASF Buildbot on tomcat-7-trunk

2012-05-18 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/573 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1340160 - in /tomcat/trunk/modules/jdbc-pool/src: main/java/org/apache/tomcat/jdbc/pool/ main/java/org/apache/tomcat/jdbc/pool/jmx/ test/java/org/apache/tomcat/jdbc/test/

2012-05-18 Thread fhanik
Author: fhanik Date: Fri May 18 16:28:33 2012 New Revision: 1340160 URL: http://svn.apache.org/viewvc?rev=1340160&view=rev Log: Add in ability to purge the pool https://issues.apache.org/bugzilla/show_bug.cgi?id=53254 Added: tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdb

svn commit: r1340164 - in /tomcat/tc7.0.x/trunk: modules/ webapps/docs/changelog.xml

2012-05-18 Thread fhanik
Author: fhanik Date: Fri May 18 16:37:29 2012 New Revision: 1340164 URL: http://svn.apache.org/viewvc?rev=1340164&view=rev Log: Add in ability to purge the pool https://issues.apache.org/bugzilla/show_bug.cgi?id=53254 Modified: tomcat/tc7.0.x/trunk/modules/ (props changed) tomcat/tc7.0

[Bug 53254] Support for purging connection pool

2012-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53254 Filip Hanik changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2012-05-18 Thread Bill Barker
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-tc7.0.x-test has an issue affecting its community integration. This

[Bug 53225] IllegalStateException "zip file closed" with resource from webfragment jar if JreMemoryLeakPreventionListener is removed

2012-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53225 Violeta Georgieva changed: What|Removed |Added CC||violet...@apache.org -- You a

[Bug 53090] Servlet superclass injection targets are ignored

2012-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53090 Violeta Georgieva changed: What|Removed |Added CC||violet...@apache.org -- You a

[Bug 52746] Classloader closed in middle of webapp deployment

2012-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52746 --- Comment #2 from Igor Mihalik --- There's a workaround for this issue to use: which is used by default in default server.xml configuration file, but if you removed the listener completely you can encounter this problem. It is very like

[Bug 52746] Classloader closed in middle of webapp deployment

2012-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52746 Igor Mihalik changed: What|Removed |Added CC||igor.miha...@gmail.com -- You are

[Bug 53254] Support for purging connection pool

2012-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53254 --- Comment #2 from Mike Youngstrom --- Nice! Thanks Filip! For laughs here is the workaround implementation I created yesterday. :) public void purge() throws Exception { long oldMaxAge = dataSource.getMaxAge(); int oldM

svn commit: r1340215 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2012-05-18 Thread fhanik
Author: fhanik Date: Fri May 18 19:23:12 2012 New Revision: 1340215 URL: http://svn.apache.org/viewvc?rev=1340215&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=52858 https://issues.apache.org/bugzilla/show_bug.cgi?id=53138 Fix broken NIO sendfile download Fix high CPU usage due

svn commit: r1340218 - in /tomcat/tc7.0.x/trunk: java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml

2012-05-18 Thread fhanik
Author: fhanik Date: Fri May 18 19:28:30 2012 New Revision: 1340218 URL: http://svn.apache.org/viewvc?rev=1340218&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53138 https://issues.apache.org/bugzilla/show_bug.cgi?id=52858 Modified: tomcat/tc7.0.x/trunk/java/org/apach

[Bug 53138] Not able to download a file size of 740KB using NIO connector in tomcat version 7.0.27. But with the same configuration I was able to download that in tomcat 7.0.26.

2012-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53138 Filip Hanik changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 52858] High CPU load in the NIO connector, when a client breaks connection unexpectedly

2012-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52858 Filip Hanik changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2012-05-18 Thread Bill Barker
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-tc7.0.x-validate has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2012-05-18 Thread Bill Barker
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-trunk-validate has an issue affecting its community integration. Th

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2012-05-18 Thread Bill Barker
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-tc7.0.x-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2012-05-18 Thread Bill Barker
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-trunk-test has an issue affecting its community integration. This i