Patrick Linskey created HTTPCLIENT-1227:
-------------------------------------------

             Summary: 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.2.1, 4.1.3, 4.2.2, 4.3 Final
            Reporter: Patrick Linskey


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]

Reply via email to