Re: intercepting open-amf requests in tomcat
Dan Glauser <[email protected]>
| Newsgroups | gmane.comp.java.openamf.user |
|---|---|
| Organization | Roundbox Media |
| Message-ID | <1098314417.8581.318.camel@nano> |
Funny, we were just talking about this today. OpenAMF uses a servlet to process requests. Won't your servlet filter be called before the OpenAMF servlet? That way you can check to make sure the user has logged in and is valid. We are looking to do this with JAAS in a webapp that we are working on right now. Regards, -- Dan Glauser Roundbox Media [email protected] On Wed, 2004-10-20 at 19:06, Bhavana Ramakrishnan wrote: > Is there a way to intercept an open-amf request in tomcat before > open-amf grabs a hold of it? > > > > We need to know what the request is for permissioning purposes and > would like to use servlet filters to process the request. > > > > Thanks, > > Bhavana Ramakrishnan. > >