Use exponential backoff when updating the password or last login time in WebDAV.
[pithos] / src / gr / ebs / gss / server / rest / TrashHandler.java
index ef47b51..281dbc4 100644 (file)
@@ -119,6 +119,7 @@ public class TrashHandler extends RequestHandler {
                                        put("content", f.getMimeType()).
                                        put("path", f.getFolder().getPath()).
                                        put("creationDate", f.getAuditInfo().getCreationDate().getTime()).
+                                       put("modificationDate", f.getAuditInfo().getModificationDate().getTime()).
                                put("uri", getApiRoot() + f.getURI());
                                JSONObject p = new JSONObject();
                                p.put("uri", getApiRoot() + f.getFolder().getURI()).