Hello, I'm new to struts 1.3.x and therefore not used to the new request processing using common-chains. I have two questions:
How do I filter/add request parameters? "In the old days" (TM) I simply added a filter, which wrapped a RequestWrapper around the non-writable map. How can I do that now? The structure of the context isn't quite clear to me, and I don't know where to set the new request wrapper object... Second question is connected (= me not knowing where to set things): Suppose I have authentication checker, which is called through the servlet-standard-preprocess chain as shown here: http://www.onjava.com/pub/a/onjava/2005/03/02/commonchains2.html So when the filter detects, that the user isn't logged in yet, I want it to redirect/forward to some /login.jsp. How do I do that know? I think I haven't got the internal structure of the request processing yet. And informations on the process/how to use and expand it are hard to get.. Any hints? Arne --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]