Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.5-RC4
-
None
-
None
Description
When we retrieve the last modification timestamp for urls we can optimize this in case the url starts with 'file:' or 'jar:file:'. In that case we can retrieve the local file from the url and use java.lang.File#lastModified().
This also has some positive impact on WICKET-3730 (though it will not solve the whole issue)