Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue/23/object last modified #27

Merged
merged 2 commits into from
Jun 12, 2015
Merged

Conversation

kahing
Copy link
Member

@kahing kahing commented May 26, 2015

No description provided.

@@ -237,6 +240,12 @@ public Response listContainer(@NotNull @PathParam("container") String container,
@XmlRootElement(name = "object")
@XmlType
static class ObjectEntry {
static class SwiftDateSerializer extends DateSerializer {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this be useful outside of the container resource? Do other resources have dates? I think Containers have their creation date.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dates returned from http header has normal date format (which is not serialized by jackson). container listing (GET account) does not have container creation date in the output

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, sorry. I was looking at the headers (although that one is actually in Unix epoch time format) -- never mind!

@kahing kahing force-pushed the issue/23/object_last_modified branch 2 times, most recently from 3efa0a6 to 5332696 Compare May 26, 2015 18:13
@kahing
Copy link
Member Author

kahing commented May 26, 2015

waiting for travis-ci/travis-ci#3966 before travis can pass

@kahing kahing force-pushed the issue/23/object_last_modified branch from 5332696 to 6d7a8e7 Compare June 12, 2015 00:17
@kahing kahing merged commit 6d7a8e7 into master Jun 12, 2015
@kahing kahing deleted the issue/23/object_last_modified branch June 12, 2015 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants