Opened 13 years ago
Last modified 13 years ago
#1670 closed defect
Extensions installer should set current date+time on extracted files — at Initial Version
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | critical | Milestone: | BASE 3.1 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
The current implementation set the file date to the last modified date found in the JAR file. The problem is that this approach may cause Tomcat to not detect file changes since the compiled class in the work-directory may have a newer date (for example, due to a server restart).
The workaround is to always restart Tomcat after updating an extension.
Note:
See TracTickets
for help on using tickets.