Permission changes happen immediately without clicking the ok button which is now...
[pithos-web-client] / src / gr / grnet / pithos / web / client / foldertree / File.java
index 6cb4282..e1cee32 100644 (file)
@@ -228,6 +228,7 @@ public class File extends Resource {
         this.owner = _owner;
         published = false;
         publicUri = null;
+        permissions.clear();
         for (Header h : response.getHeaders()) {
                if (h == null)
                        continue; //IE bug. h cannot be null in the general case