Figured it out.  The HttpServiceHandler class will send a 404 message
if the handler's resolver does not match a request.  I thought that it
should just pass the request to the next filter via the call to
next.invoke();

I just wrote my own handler to just pass the request along the chain
if the request does not match.

--Mark


On Wed, Dec 10, 2008 at 3:10 PM, Mark Webb <[EMAIL PROTECTED]> wrote:
> I am trying to add 2 service filters to a service container.  I am
> using an instance of BasicServiceContainer and adding two instances of
> HttpServiceHandler to the service container.  I can only get responses
> from the first service handler that I add to the service container.
>
> Is this how its supposed to work?  Looking at BasicServiceContainer,
> the service handlers are added to a List, so I assume that multiple
> handlers can be added to a container.
>
>
> Thanks for any help you may have.
> Mark
>

Reply via email to