https://issues.apache.org/bugzilla/show_bug.cgi?id=45910
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
sebb wrote:
> On 29/09/2008, Mark Thomas <[EMAIL PROTECTED]> wrote:
>> ThreadLocals and container classloader environments need careful handling
>> to avoid memory leaks.
>
> I would have thought that was a good reason to keep the class - one
> only needs to get the code right once?
If you don't
On 29/09/2008, Mark Thomas <[EMAIL PROTECTED]> wrote:
> sebb wrote:
> > BTW, Commons LANG has a thread-safe FastDateUtils which can be used
> > for formatting (but not parsing) dates.
>
> A whole jar for one method is somewhat overkill.
Indeed, but there's lots of other useful stuff in LANG.
I j
sebb wrote:
> BTW, Commons LANG has a thread-safe FastDateUtils which can be used
> for formatting (but not parsing) dates.
A whole jar for one method is somewhat overkill.
> Not sure why you did not just fix DateTool - e.g. by using ThreadLocal
> (or indeed synchronizing the use of DateFormats) -
2008/9/29 Remy Maucherat <[EMAIL PROTECTED]>:
> On Mon, 2008-09-29 at 14:54 +0100, Mark Thomas wrote:
>> [EMAIL PROTECTED] wrote:
>> > * Fix serialisation issue reported by Find Bugs
>> >http://svn.apache.org/viewvc?rev=699633&view=rev
>> >+1: markt
>> > + 0: remm (StdContext was marked
BTW, Commons LANG has a thread-safe FastDateUtils which can be used
for formatting (but not parsing) dates.
Not sure why you did not just fix DateTool - e.g. by using ThreadLocal
(or indeed synchronizing the use of DateFormats) - rather than fixing
all calls to DateTool.
Or maybe I've misunderstoo
Author: markt
Date: Mon Sep 29 09:30:34 2008
New Revision: 700170
URL: http://svn.apache.org/viewvc?rev=700170&view=rev
Log:
Propose mew fix for date format thread safety
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/to
Author: markt
Date: Mon Sep 29 09:26:29 2008
New Revision: 700167
URL: http://svn.apache.org/viewvc?rev=700167&view=rev
Log:
Remove the deprecated DateTool and some other (all bar one) deprecated methods
that depended on it. Update SSI and ServerCookie to use local formats in a
thread safe way.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45906
--- Comment #3 from Chris Hubick <[EMAIL PROTECTED]> 2008-09-29 09:11:05 PST
---
Sounds great Mark, I renamed that before I realized getETag() could replace
getETag(boolean) and return either the weak or strong value. With the single
Author: markt
Date: Mon Sep 29 09:01:04 2008
New Revision: 700156
URL: http://svn.apache.org/viewvc?rev=700156&view=rev
Log:
Just spotted an issue with this. I'll propose a new patch (that also covers
ServerCookie) shortly.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/
Author: remm
Date: Mon Sep 29 08:51:31 2008
New Revision: 700154
URL: http://svn.apache.org/viewvc?rev=700154&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=7001
https://issues.apache.org/bugzilla/show_bug.cgi?id=45910
Summary: Tomcat will not start up if one servlet class is corrupt
Product: Tomcat 6
Version: 6.0.18
Platform: Sun
URL: http://gaea.dis.uu.se:9090/
OS/Version: Solaris
On Mon, 2008-09-29 at 14:54 +0100, Mark Thomas wrote:
> [EMAIL PROTECTED] wrote:
> > * Fix serialisation issue reported by Find Bugs
> >http://svn.apache.org/viewvc?rev=699633&view=rev
> >+1: markt
> > + 0: remm (StdContext was marked as Serializable for an experiment;
> > obviously it
[EMAIL PROTECTED] wrote:
> * Fix serialisation issue reported by Find Bugs
>http://svn.apache.org/viewvc?rev=699633&view=rev
>+1: markt
> + 0: remm (StdContext was marked as Serializable for an experiment;
> obviously it won't work)
>-1:
Wasn't it part of improving remote JMX suppor
Author: markt
Date: Mon Sep 29 06:37:00 2008
New Revision: 700128
URL: http://svn.apache.org/viewvc?rev=700128&view=rev
Log:
Propose fix for 45906
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/STATU
https://issues.apache.org/bugzilla/show_bug.cgi?id=45906
--- Comment #2 from Mark Thomas <[EMAIL PROTECTED]> 2008-09-29 06:29:53 PST ---
I have applied the patch to trunk with a minor modification (setETag was not
renamed). I will propose it for 6.0.x.
Many thanks.
--
Configure bugmail: h
Author: markt
Date: Mon Sep 29 06:24:36 2008
New Revision: 700125
URL: http://svn.apache.org/viewvc?rev=700125&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45906
Improve ResourceAttributes ETag handling.
Patch provided by Chris Hubick
Modified:
tomcat/trunk/java/org/ap
Here's a list of static checkers:
http://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis
Bye!
Il giorno sab, 27/09/2008 alle 09.13 -0500, Jim Manico ha scritto:
> This is really helpful info, Mark. I'd like to get my hands on an account
> there, too. If all else fails try emailing
https://issues.apache.org/bugzilla/show_bug.cgi?id=45907
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
https://issues.apache.org/bugzilla/show_bug.cgi?id=45907
Summary: Servlet url mapping work incorrect when many servlets
have one code
Product: Tomcat 5
Version: 5.5.0
Platform: PC
OS/Version: Linux
Status: NEW
Author: pero
Date: Mon Sep 29 00:40:07 2008
New Revision: 700014
URL: http://svn.apache.org/viewvc?rev=700014&view=rev
Log:
Cast my Vote,
Please, add comment at changelog that it works only with current mod_jk 1.2.27
trunk!
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x
21 matches
Mail list logo