Hi,
According to the javadoc in XWikiDocument:
/**
* The last user that has changed the document's content (ie not object,
attachments). The Content author is only
* changed when the document content changes. Note that Content Author is used to
check programming rights on a
* document and this is the reason we need to know the last author who's modified
the content since programming
* rights depend on this.
*/
private DocumentReference contentAuthorReference;
This means that objectadd or objectremove actions shouldn't change the content author
as they do now.
I'm proposing that we fix this.
Do you see any issue?
Thanks
-Vincent