Hi konstantyn_diachenko,
Thanks for the reply and interesting.
Let me explain our issue little bit more detailed.
we are using same template and same Core Image component before and after upgrade from 6.4 to 6.5.
In 6.4, Resource resolving to JcrNodeResouce and in 6.5 Resolving to TemplatedResource and in AEM core image component we have some logic like this :
Resource file = resource.getChild(DownloadResource.NN_FILE);
if (file != null) {
mimeType = PropertiesUtil.toString(file.getResourceMetadata().get(ResourceMetadata.CONTENT_TYPE), MIME_TYPE_IMAGE_JPEG);
hasContent = true;
}
So that means, it should fail in both versions and also another observation is , when i verify same in New 6.5 instance then again getting JcrNodeResouce when i use image component under we retail Men pag.
So not sure what happened as part of In-place upgrade.
Thanks,
Venkat