[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oleg Kalnichevski resolved HTTPCLIENT-659.
------------------------------------------

    Resolution: Fixed

Patch checked in

Oleg

> DateUtils should cache SimpleDateFormat
> ---------------------------------------
>
>                 Key: HTTPCLIENT-659
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-659
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpCookie
>            Reporter: Daniel Müller
>            Priority: Minor
>             Fix For: 4.0 Alpha 2
>
>         Attachments: 20071018-001-dateutils.patch, org.apache.http.util.patch
>
>
> DateUtils create a SimpleDateFormat for each invocation of #formatDate and 
> #parseDate. This can be optimized if SimpleDateFormat instances are cached. 
> Since SimpleDateFormat is not threadsafe, the cache must be threadlocal.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to