Re: Code Review 6967684: httpserver using a non thread-safe SimpleDateFormat

2010-07-09 Thread Michael McMahon
Chris Hegarty wrote: On 07/09/10 12:10, Michael McMahon wrote: Chris Hegarty wrote: On 07/09/10 11:27, Michael McMahon wrote: Chris Hegarty wrote: On 07/09/10 10:10, Michael McMahon wrote: Chris Hegarty wrote: Michael, CR 6967684: httpserver using a non thread-safe SimpleDateFormat Bu

Re: Code Review 6967684: httpserver using a non thread-safe SimpleDateFormat

2010-07-09 Thread Chris Hegarty
On 07/09/10 12:10, Michael McMahon wrote: Chris Hegarty wrote: On 07/09/10 11:27, Michael McMahon wrote: Chris Hegarty wrote: On 07/09/10 10:10, Michael McMahon wrote: Chris Hegarty wrote: Michael, CR 6967684: httpserver using a non thread-safe SimpleDateFormat Bug description says it

Re: Code Review 6967684: httpserver using a non thread-safe SimpleDateFormat

2010-07-09 Thread Michael McMahon
Chris Hegarty wrote: On 07/09/10 11:27, Michael McMahon wrote: Chris Hegarty wrote: On 07/09/10 10:10, Michael McMahon wrote: Chris Hegarty wrote: Michael, CR 6967684: httpserver using a non thread-safe SimpleDateFormat Bug description says it all. I guess in reality this may have gone

Re: Code Review 6967684: httpserver using a non thread-safe SimpleDateFormat

2010-07-09 Thread Chris Hegarty
On 07/09/10 11:27, Michael McMahon wrote: Chris Hegarty wrote: On 07/09/10 10:10, Michael McMahon wrote: Chris Hegarty wrote: Michael, CR 6967684: httpserver using a non thread-safe SimpleDateFormat Bug description says it all. I guess in reality this may have gone unseen for so long bec

Re: Code Review 6967684: httpserver using a non thread-safe SimpleDateFormat

2010-07-09 Thread Michael McMahon
Chris Hegarty wrote: On 07/09/10 10:10, Michael McMahon wrote: Chris Hegarty wrote: Michael, CR 6967684: httpserver using a non thread-safe SimpleDateFormat Bug description says it all. I guess in reality this may have gone unseen for so long because, if two or more threads were servicing r

Re: Code Review 6967684: httpserver using a non thread-safe SimpleDateFormat

2010-07-09 Thread Chris Hegarty
On 07/09/10 10:10, Michael McMahon wrote: Chris Hegarty wrote: Michael, CR 6967684: httpserver using a non thread-safe SimpleDateFormat Bug description says it all. I guess in reality this may have gone unseen for so long because, if two or more threads were servicing requests the dates they

Re: Code Review 6967684: httpserver using a non thread-safe SimpleDateFormat

2010-07-09 Thread Michael McMahon
Chris Hegarty wrote: Michael, CR 6967684: httpserver using a non thread-safe SimpleDateFormat Bug description says it all. I guess in reality this may have gone unseen for so long because, if two or more threads were servicing requests the dates they would be generating should be fairly simil