[ http://jira.magnolia.info/browse/MAGNOLIA-1250?page=all ]
Sameer Charles updated MAGNOLIA-1250:
-------------------------------------
Description:
from ClasspathSpool
URL url = ClasspathResourcesUtil.getResource(MGNL_RESOURCES_ROOT + filePath);
if(url != null){
URLConnection connection = url.openConnection();
-- > this always returns the current time - return
connection.getLastModified();
was:
URL url = ClasspathResourcesUtil.getResource(MGNL_RESOURCES_ROOT + filePath);
if(url != null){
URLConnection connection = url.openConnection();
> ClasspathSpool servlet does not set last modification properly
> --------------------------------------------------------------
>
> Key: MAGNOLIA-1250
> URL: http://jira.magnolia.info/browse/MAGNOLIA-1250
> Project: Magnolia
> Issue Type: Bug
> Components: core
> Affects Versions: 3.0 Final
> Reporter: Sameer Charles
> Assigned To: Sameer Charles
> Fix For: 3.0.1
>
>
> from ClasspathSpool
> URL url = ClasspathResourcesUtil.getResource(MGNL_RESOURCES_ROOT + filePath);
> if(url != null){
> URLConnection connection = url.openConnection();
> -- > this always returns the current time - return
> connection.getLastModified();
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------