until version 3.3 of Alfresco I could use the content property of nodes to
get the size of the content
detect whether two nodes refer the the same content
As of version 3.4 the content property merely contains an ID which can be different although referring to the same actual content.
Is there a way to get the old content property / the contentURL? Is there a better way to check whether nodes refer to the same content? Do I really need to make another call (with the content service) in order to get the content size?