Hi guys, I think we had this discussion before.
I really strongly disagree with executing anything that has an exact match in the content repository. If we have an exact match in the repository we need to let the webdav servlet take care of things. So a GET to .jsp, .esp, .ecma, never executes, but just does a plain old get. if you want to execute a script directly (which in my mind violates resource orientation) one should be forced to to use let's say a ".run" extension. so: GET /test.esp -> returns the sourcecode GET /test.esp.run -> executes the script I am not even sure that we need this feature, but please don't break the WebDAV access to resources in sling by default. regards, david
