you wanted access to raw http session from your wicket app, he wants
to access wicket session object from outside servlets. different
usecase.

-igor

On Fri, Jun 13, 2008 at 12:46 PM, Brill Pappin <[EMAIL PROTECTED]> wrote:
> Cool, is that new?
>
> - Brill
>
> On 13-Jun-08, at 3:43 PM, Igor Vaynberg wrote:
>
>> see WicketSessionFilter
>>
>> -igor
>>
>> On Fri, Jun 13, 2008 at 12:35 PM, Scott Sauyet <[EMAIL PROTECTED]> wrote:
>>>
>>> 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]
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to