Project

General

Profile

« Previous | Next » 

Revision 5411

Added by berkley almost 14 years ago

fixed error with listObjects and get.

View differences:

ResourceHandler.java
1086 1086
                String smidS = im.getSystemMetadataId(id.getValue());
1087 1087
                Identifier smid = new Identifier();
1088 1088
                smid.setValue(smidS);
1089
                cs.setAccess(token, smid, "public", "read", "allow", "allowFirst");
1089
                cs.setAccess(token, smid, principal, permission, permissionType, permissionOrder);
1090 1090
            }
1091 1091
        }
1092 1092
        catch(Exception e)

Also available in: Unified diff