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: dev@tomcat.apache.org
          Reporter: nik...@chrono24.com
  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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to