Author: kkolinko
Date: Fri May 29 00:56:39 2009
New Revision: 779806
URL: http://svn.apache.org/viewvc?rev=779806&view=rev
Log:
votes
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?r
Author: kkolinko
Date: Fri May 29 00:10:16 2009
New Revision: 779803
URL: http://svn.apache.org/viewvc?rev=779803&view=rev
Log:
vote
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?re
Author: kkolinko
Date: Fri May 29 00:09:21 2009
New Revision: 779802
URL: http://svn.apache.org/viewvc?rev=779802&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=
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996
holger.sch...@tsi-mms.de changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolu
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996
--- Comment #15 from holger.sch...@tsi-mms.de 2009-05-28 12:35:08 PST ---
Created an attachment (id=23725)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=23725)
testcase maven2 project
--
Configure bugmail: https://issues.
Author: funkman
Date: Thu May 28 17:29:20 2009
New Revision: 779684
URL: http://svn.apache.org/viewvc?rev=779684&view=rev
Log:
votes
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=7796
+1
I loathe while(true) (but its a personal taste) - here is a shorter non
while(true) version:
if (!aliases.isEmpty()) {
String aliasedName = name;
DirContext dirContext = aliases.get(aliasedName);
while (dirContext!=null) {
int slash = aliasedName.lastIndexOf('/');
https://issues.apache.org/bugzilla/show_bug.cgi?id=47281
--- Comment #3 from Grant Genereux 2009-05-28
09:13:38 PST ---
After some more thought; I think a more correct approach would be to have
StoreBase.processExpires() call a method to just return the expired keys;
rather than keys() (r
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996
--- Comment #14 from holger.sch...@tsi-mms.de 2009-05-28 08:18:36 PST ---
How to reproduce:
1. use IE 7 or IE 8
2. have two XMLHttpRequest at the same session
- one HTTP POST against a HttpServlet
- one HTTP GET against a Com
https://issues.apache.org/bugzilla/show_bug.cgi?id=47281
--- Comment #2 from Grant Genereux 2009-05-28
06:35:44 PST ---
(In reply to comment #1)
> (In reply to comment #0)
>
> > Basically speaking; what StoreBase.processExpires() does is
> >
> > 1.Gets all the keys from the store ( in
https://issues.apache.org/bugzilla/show_bug.cgi?id=47281
--- Comment #1 from Mark Thomas 2009-05-28 05:59:47 PST ---
(In reply to comment #0)
> Basically speaking; what StoreBase.processExpires() does is
>
> 1.Gets all the keys from the store ( in this case the JDBCStore)
> 2.Loads
https://issues.apache.org/bugzilla/show_bug.cgi?id=47281
Summary: Efficiency of the JDBCStore
Product: Tomcat 6
Version: 6.0.18
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
C
12 matches
Mail list logo