[
https://issues.apache.org/jira/browse/HTTPCLIENT-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski updated HTTPCLIENT-1227:
------------------------------------------
Fix Version/s: 4.2.2
> DateUtils parsing triggers ParseExceptions
> ------------------------------------------
>
> Key: HTTPCLIENT-1227
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1227
> Project: HttpComponents HttpClient
> Issue Type: Improvement
> Affects Versions: 4.1.3, 4.2.1, 4.2.2, 4.3 Final
> Reporter: Patrick Linskey
> Fix For: 4.2.2
>
> Attachments: faster-dates.patch
>
>
> DateUtils.DEFAULT_PATTERNS is not in the same order as the HTTP header spec
> [1], and uses a SimpleDateFormat.parse() method that creates exceptions. The
> upshot is that in the common case, extra parsing must happen, and an
> exception must be created (and its stack must be filled in). This leads to
> unfortunate additional CPU overhead.
> [1] http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.3.1
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]