Martin Grigorov created WICKET-4722:
---------------------------------------
Summary: Don't set ADDED_AT and CONSTRUCTED_AT keys if components
use checking is not enabled
Key: WICKET-4722
URL: https://issues.apache.org/jira/browse/WICKET-4722
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 6.0.0-beta3, 1.5.8
Reporter: Martin Grigorov
Assignee: Martin Grigorov
Priority: Minor
A user reported that he sees stacktraces in the file that is used as a page
store: http://markmail.org/thread/xywvuxc24kooyil4.
The problem is that
org.apache.wicket.settings.IDebugSettings#isLinePreciseReportingOnNewComponentEnabled()
and/or
org.apache.wicket.settings.IDebugSettings#isLinePreciseReportingOnAddComponentEnabled()
returned 'true' but
org.apache.wicket.settings.IDebugSettings#getComponentUseCheck() returned
'false'. In this case the constructed_at and added_at stacktraces were
collected but later were not null-ified at
org.apache.wicket.Page#onAfterRender().
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira