wrap a filter around wicket filter

-igor

On Thu, Sep 16, 2010 at 9:07 AM, Jeffrey Schneller
<jeffrey.schnel...@envisa.com> wrote:
> I am trying to log the session id with every log event so that I can
> trace a visitors steps in the log file.  I am using log4j and was hoping
> I could use either the NDC or MDC.  I am not able to figure out where to
> push the session id into the context and pop it out of the context when
> using NDC.  If I wanted to use MDC, where could I put the session id in
> to the map for each request?  Is there a particular wicket method to
> override and put this in?  Should this be done as a servlet filter
> instead [before or after OSIV filter]?
>
>
>
> Thanks for any help.
>
>
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to