https://issues.apache.org/bugzilla/show_bug.cgi?id=52744

--- Comment #6 from Konstantin Kolinko <knst.koli...@gmail.com> 2012-03-07 
14:46:46 UTC ---
(In reply to comment #4)
> What happens when JSP sources come from different file system?
> E.g. when unpackWARs="false"?

I mean that if javaFile.setLastModified() is unable to use the full precision
of jspLastModified. I.e. if the original timestamp is more precise than the one
that can be set by this method.

Regarding WARs: It is not easy to observe this, because if war is packaged
using Ant, it is likely that it has timestamps rounded up to 2 seconds, per
"roundup" option of jar task defaulting to true. So any wars packed in this
manner are unaffected.


Wikipedia mentions that Zip format per se uses 2-second precision like FAT-16,
though "extra fields can be used to store more accurate timestamps".

So far I have not reproduced the issue.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to