[
https://issues.apache.org/jira/browse/WICKET-2040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Juergen Donnerstag resolved WICKET-2040.
----------------------------------------
Resolution: Fixed
Fix Version/s: 1.4-RC2
Assignee: Juergen Donnerstag
thanks
> 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
> Assignee: Juergen Donnerstag
> Priority: Trivial
> Fix For: 1.4-RC2
>
> Original Estimate: 0.02h
> Remaining Estimate: 0.02h
>
> 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.