Would a CleanupFilter work? They get call "around" each HTTP request,
right?
Moises
On Wed, Nov 4, 2009 at 1:02 PM, dloy <david.loy_at_ucop.edu> wrote:
> I would like to do cleanup after a Jersey request completes (e.g. delete
> temporary files, ...). Does Jersey provide any mechanism for running a
> process at the completion of an http request?
>