Brett Porter created MRM-1854:
---------------------------------
Summary: Last modified date is epoch on directory listing for a
group
Key: MRM-1854
URL: https://jira.codehaus.org/browse/MRM-1854
Project: Archiva
Issue Type: Bug
Reporter: Brett Porter
Correct for individual repositories, but is set to the epoch on a group.
# Start a new version of Archiva 2.0.1
# Create an all group with internal + snapshots
{code}
$ curl -S -I http://localhost:8080/repository/all/
HTTP/1.1 200 OK
Date: Fri, 18 Jul 2014 21:41:01 GMT
...
Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT
{code}
See: https://issues.sonatype.org/browse/NEXUS-6701
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)