Description
WicketSessionFilter currently only sets the Session ThreadLocal, but not the Application ThreadLocale.
This leads to WicketRuntimeException when trying to get the Application using Application#get or Session#getApplication.
It would be handy if the Application ThreadLocal would also be set in WicketSessionFilter.
see also:
http://old.nabble.com/Application-get-in-WicketSessionFilter-ts27862681.html#a27862681
Attachments
Attachments
Activity
Jonas
created issue -
Jonas
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | WICKET-2778.patch [ 12438605 ] |
Igor Vaynberg
made changes -
Fix Version/s | 1.5-M1 [ 12313078 ] | |
Assignee | Igor Vaynberg [ ivaynberg ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
I also attached a patch against
https://svn.eu.apache.org/repos/asf/wicket/branches/wicket-1.4.x/wicket
hoping that this will make it into the next release...?