jackgene / sftp-servlet-container

A servlet container that uses SFTP instead of HTTP as its access protocol.
1 stars 0 forks source link

Update WebDAV output parsing to handle ISO8601 formatted dates #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The WebDAV specs (rfc4918) specified that getlastmodified be rfc1123 formatted
http://www.webdav.org/specs/rfc4918.html#PROPERTY_getlastmodified

However, Artifactory returns it in ISO8601 format, so we'll fallback to 
supporting that as well.

Original issue reported on code.google.com by jackg...@gmail.com on 6 Jan 2013 at 9:15

GoogleCodeExporter commented 8 years ago

Original comment by jackg...@gmail.com on 2 Feb 2014 at 3:16