Hi, Am Dienstag, den 06.05.2008, 10:53 +0200 schrieb Tobias Bocanegra: > afair the consensus was that the simplified script names only apply > for GET requests.
Exactly. The assumption was (and IMHO still is), that there will not be nearly as many scripts for non-GET methods as there will be to handle GET. In fact, WebDAV and the SlingPostServlet should actually do it. Regards Felix > -- > toby > > On 5/6/08, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Just added a test to [1] that shows that the following script is not > > selected for a POST request to a resource of type foo:bar: > > > > apps/foo/bar/bar.POST.esp > > > > Is that by design? > > > > Being able to use either bar.POST.esp or POST.esp as the script name > > would help avoiding many scripts named POST.esp. > > > > -Bertrand > > > > [1] > > http://svn.apache.org/repos/asf/incubator/sling/trunk/sling/servlet-resolver/src/test/java/org/apache/sling/servlet/resolver/helper/ScriptSelectionTest.java > >
