Webdav and wildcard

Webdav and wildcard

am 15.01.2008 00:03:27 von tony

I am setting up a webdav server in IIS 6.0, I like to know if there is a
wildcard in webdav so I can setup the link for multiple user and it will take
the login name instead of typing in the whole path. The directory is like
http://abc.a.com/webdav/usera, http://abc.a.com/web/dav/userb. Is there a
way to just go to the http://abc.a.com/webdav/ and append the rest when user
log in.

Thanks

Re: Webdav and wildcard

am 15.01.2008 01:22:29 von David Wang

On Jan 14, 3:03=A0pm, Tony wrote:
> I am setting up a webdav server in IIS 6.0, I like to know if there is a
> wildcard in webdav so I can setup the link for multiple user and it will t=
ake
> the login name instead of typing in the whole path. =A0The directory is li=
ke =A0http://abc.a.com/webdav/usera,http://abc.a.com/web/dav/us erb. =A0Is th=
ere a
> way to just go to thehttp://abc.a.com/webdav/and append the rest when user=

> log in.
>
> Thanks


IIS can have that behavior if you or someone write the code to do it.
It is possible to write simple code to redirect WebDAV requests to /
webdav to /webdav/%AUTH_USER%.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//