Hi James:
James M Snell wrote:
You can create a Filter. The filters are invoked immediately before the
Provider. I've used them to set properties on the RequestContext prior
to passing it off to the Provider for handling.
The problem then becomes that there's no way to get the right object to
the Filter. :)
If AbderaServlet made the ServletContext available in the same way it
makes the HttpServletRequest available, I wouldn't need the subclassed
servlet or the per-request overhead.
True. Ok, I'll see what I can do... unless, of course, you want to
submit a patch :-)
Patch on the way.
Thanks,
--Glen