Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
2.0a3
-
None
-
None
-
Operating System: All
Platform: All
-
11233
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.