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
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
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
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.
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=53254
Filip Hanik changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=53225
Violeta Georgieva changed:
What|Removed |Added
CC||violet...@apache.org
--
You a
https://issues.apache.org/bugzilla/show_bug.cgi?id=53090
Violeta Georgieva changed:
What|Removed |Added
CC||violet...@apache.org
--
You a
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=52746
Igor Mihalik changed:
What|Removed |Added
CC||igor.miha...@gmail.com
--
You are
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=53138
Filip Hanik changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=52858
Filip Hanik changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
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.
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
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
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
23 matches
Mail list logo