You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Ahmed Ashour (JIRA)" <ji...@apache.org> on 2012/10/09 07:22:02 UTC

[jira] [Created] (HTTPCLIENT-1247) DateUtils.PATTERN_RFC1036 contains an extra 'E'

Ahmed Ashour created HTTPCLIENT-1247:
----------------------------------------

             Summary: DateUtils.PATTERN_RFC1036 contains an extra 'E'
                 Key: HTTPCLIENT-1247
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1247
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: HttpClient
    Affects Versions: Future
         Environment: All
            Reporter: Ahmed Ashour
            Priority: Trivial


Hi all,

During debugging, I found that DateUtils.PATTERN_RFC1036 is "EEEE, dd-MMM-yy HH:mm:ss zzz", while it should start with only 3 "EEE".

Trunk link: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/httpclient/src/main/java/org/apache/http/impl/cookie/DateUtils.java

RFC 1036 doesn't have any 4 EEEs, http://tools.ietf.org/html/rfc1036

--
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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] [Resolved] (HTTPCLIENT-1247) DateUtils.PATTERN_RFC1036 contains an extra 'E'

Posted by "Oleg Kalnichevski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski resolved HTTPCLIENT-1247.
-------------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.2.2

Fixed in both SVN trunk and 4.2.x branch.

Oleg
                
> DateUtils.PATTERN_RFC1036 contains an extra 'E'
> -----------------------------------------------
>
>                 Key: HTTPCLIENT-1247
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1247
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpClient
>    Affects Versions: Future
>         Environment: All
>            Reporter: Ahmed Ashour
>            Priority: Trivial
>             Fix For: 4.2.2
>
>
> Hi all,
> During debugging, I found that DateUtils.PATTERN_RFC1036 is "EEEE, dd-MMM-yy HH:mm:ss zzz", while it should start with only 3 "EEE".
> Trunk link: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/httpclient/src/main/java/org/apache/http/impl/cookie/DateUtils.java
> RFC 1036 doesn't have any 4 EEEs, http://tools.ietf.org/html/rfc1036

--
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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org