Wrong log message text in RequestCycle#prepare
----------------------------------------------
Key: WICKET-2040
URL: https://issues.apache.org/jira/browse/WICKET-2040
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4-RC1
Reporter: Erik van Oosten
Priority: Trivial
In RequestCycle#prepare it says:
log.error("Exception occurred during onEndRequest of the SessionStore", e);
This should be:
log.error("Exception occurred during onBeginRequest of the SessionStore", e);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.