Extension to the standard WebWork2 ServletDispatcher that instantiates
a new container in the request scope for each request and disposes of it
correctly at the end of the request.
To use, replace the WebWork ServletDispatcher in web.xml with this.
PicoFilterDispatcher author: Joe Walnes