https://bz.apache.org/bugzilla/show_bug.cgi?id=64784
Bug ID: 64784
Summary: Add option to remove date from generated Java header
comment
Product: Tomcat 10
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Jasper
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ------
Currently, org.apache.jasper.compiler.Generator#generateCommentHeader writes
the current timestamp using `new Date()` into the comment header, which makes
builds keeping sources non-reproducible, because the timestamp changes with
each precompile.
There should be an option to disable or override this timestamp or maybe it can
be removed completely?
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]