Hi,

We are using spring mvc:resources to handle our static javascript files, but the application we are running in supports uploading scripts dynamically at runtime. I need a way to tell spring that the contents has changed and ask mvc:resources to flush it's cache. Is this possible, and if it is how do I do that?