On 10/19/07, David Nuescheler <[EMAIL PROTECTED]> wrote:
> > ...Would an "initial content loader" mechanism be useful?...

> Shouldn't you be able to to just put any static file into the repository via
> webdav, and then just use the webdav url to retrieve it again?..

You're right, so the actual problem is that microsling currently
cannot serve static files.

> ... think if someone addresses
> an item with an "exact match" in a url (no additional extensions or selector)
> I think that resource should be taken care of the same way as we do that in 
> the
> WebDAV layer today...

Sounds good to me, so the rules might be:

1) A WebDAV servlet is configured in the microsling webapp, but not
mapped to an URL

2) The microsling webapp is mapped to /*

3) When a Node exists at a path that exactly matches the current
request path, microsling forwards the request to the WebDAV servlet.

Is that what you mean?

Do others see a problem with that?

-Bertrand

Reply via email to