Message: The following issue has been closed.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JAMES-43 Here is an overview of the issue: --------------------------------------------------------------------- Key: JAMES-43 Summary: Date Formatting inside James is not thread safe Type: Bug Status: Closed Resolution: FIXED Project: James Components: James Core Versions: 2.0a3 Assignee: Reporter: Peter M. Goldstein Created: Sat, 27 Jul 2002 6:49 PM Updated: Sun, 6 Jun 2004 2:35 PM Environment: Operating System: All Platform: All Description: Basically the issue centers on the fact that the format and parse methods of the java.text.SimpleDateFormat are not thread-safe (they reference a common internal Calendar instance) and so can only be called in a multi-threaded context inside an appropriate synchronized block. Current James implementation has several instances of assorted classes calling the single static method on RFC822DateFormat. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
