Hi, I've finally managed to do this on my own! The key is to understand how to extend the HttpServletWrapper correctly. So thanks for the help!
Regards Gunnar Gunnar wrote: > > >Can you give me an example (piece of code) how to actually add parameters >to >the servlet request? I can't see how it could be done. > >Regards >Gunnar > >Ray Krueger Wrote: >> You can write your own servlet filter that picks up the CGIServlet >>requests and adds whatever parameters you need to the request. Just >>make sure it's chained after the Acegi security filters. ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ Home: http://acegisecurity.org Acegisecurity-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
