[Building Sakai] webDAV & copyright status

Peter Crowther peter.crowther at melandra.com
Fri Jan 8 06:46:20 PST 2010


2010/1/8 Adam Marshall <adam.marshall at oucs.ox.ac.uk>
> The main issue is that I don’t think you can have a pop-up after logging in via webDAV. Do you know different?

Can't remember who I investigated this for... might even have been you, Adam.

A user may use any WebDAV client to connect to a WebDAV server.
Probably the most common client is Windows Explorer, and the second
most common is probably Microsoft Word.  It's what Office uses to save
documents to SharePoint sites, for example.

WebDAV clients may have no user interface at all, or certainly none
capable of showing an HTML page or processing Javascript.  So it is
not possible to make a pop-up (or any other piece of UI functionality)
that works for all clients.  If you want to allow a range of clients,
you have to assume just the basic functionality; if you want
additional functionality, you'll have to limit the range of clients to
your "approved" list.

- Peter


More information about the sakai-dev mailing list