Constructor of Session (and subclasses) has a redundant Application parameter
-----------------------------------------------------------------------------
Key: WICKET-779
URL: https://issues.apache.org/jira/browse/WICKET-779
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.3.0-beta2
Reporter: Timo Rantalaiho
Priority: Minor
Attachments: remove-application-from-session-constructor.patch
Session(Application, Request) does not do anything with the Application
parameter, so it would make sense to deprecate it and make a more sensible
constructor Session(Request). The attached patch does just that (also for
WebSession).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.