You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Ignasi Barrera (Jira)" <ji...@apache.org> on 2020/01/24 14:39:00 UTC

[jira] [Resolved] (JCLOUDS-1538) Expires header value is incorrectly formatted in S3 upsert requests

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

Ignasi Barrera resolved JCLOUDS-1538.
-------------------------------------
    Fix Version/s: 2.2.1
                   2.3.0
       Resolution: Fixed

> Expires header value is incorrectly formatted in S3 upsert requests
> -------------------------------------------------------------------
>
>                 Key: JCLOUDS-1538
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1538
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-core
>    Affects Versions: 2.1.0, 2.2.0, 2.1.1, 2.1.2, 2.1.3
>            Reporter: Ian Springer
>            Priority: Major
>              Labels: s3
>             Fix For: 2.3.0, 2.2.1
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The Expires header value has 5, rather than 4, digits for the year portion of the date, e.g.:
>  
> {code:java}
> Expires: Wed, 22 Jan 02020 22:19:26 +0000
> {code}
>  
> DefaultContentMetadataCodec contains:
>  
> {code:java}
> httpExpiresDateCodec = dateCodecs.rfc1123();
> {code}
>  
> and SimpleDateFormatDateService, where the RFC1123 codec is implemented, contains:
>  
> {code:java}
> private static final SimpleDateFormat rfc1123SimpleDateFormat = new SimpleDateFormat("EEE, dd MMM yyyyy HH:mm:ss Z", Locale.US);
> {code}
>  
> Note, it contains 'yyyyy', rather than 'yyyy'.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)