Regarding the modification date of resources:
ATM I'm using a modified version of InstallResourceTask which updates the 
modification date as proposed in http://jira.magnolia-cms.com/browse/MGNLRES-31 
:

[code]
if (metaData.getCreationDate() != null) {
    metaData.setModificationDate();
}
[/code]

So far so good.

However, there is another issue with processed resources that concatenate 
multiple referenced resources, e.g. 'scriptloader-libraries'. If one of the 
referenced resources changes, the generated URL for 'scriptloader-libraries' 
does not change.
The class info.magnolia.module.templatingkit.resources.Resource generates the 
URL for far-future-caching (#getFarFutureCachingTimeStamp). I think it should 
also consider the modification date of referenced resources.

Is there maybe another solution to this?

Regards
- ada

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=da35a197-f050-421b-86aa-a71bbe68c28a


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to