I have several Servlets and ServletFilters that run inside the same web
application as my Wicket app. They've happily co-existed with Wicket
until now, but now there is a requirement that several of them, which
can show sensitive data, must be protected with the same login security
as the Wicket application.
What is to me the simplest approach would be to grab hold of the
instance of my WebSession subclass and use it to check the user's login
status. But I'm not quite sure how this is stored in Wicket. Is there
a simple invocation to get my WebSession out of the HttpSession?
Thanks,
-- Scott
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]