Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
AbstractAtomPubService.java (line 743):
HttpUtils.Response resp = put(aclUrl, Constants.MEDIATYPE_ACL, new HttpUtils.Output() {
public void write(OutputStream out) throws Exception
});
// parse new entry
return parse(resp.getStream(), AtomEntry.class);
The spec is not clear, but I would expect the PUT response to return a media type of application/cmisacl+xml.