Hi there!
I had the similar problem and solved it by turning off the authentication
for the OPTIONS method in Slide's deployment descriptor:
<security-constraint>
<web-resource-collection>
<web-resource-name>DAV resource</web-resource-name>
<url-pattern>/</url-pattern>
<http-method>COPY</http-method>
<http-method>DELETE</http-method>
<http-method>GET</http-method>
<http-method>HEAD</http-method>
<http-method>LOCK</http-method>
<http-method>MKCOL</http-method>
<http-method>MOVE</http-method>
<!--http-method>OPTIONS</http-method-->
<http-method>POST</http-method>
<http-method>PROPFIND</http-method>
<http-method>PROPPATCH</http-method>
<http-method>PUT</http-method>
<http-method>UNLOCK</http-method>
<http-method>VERSION-CONTROL</http-method>
<http-method>REPORT</http-method>
<http-method>CHECKIN</http-method>
<http-method>CHECKOUT</http-method>
<http-method>UNCHECKOUT</http-method>
<http-method>MKWORKSPACE</http-method>
<http-method>UPDATE</http-method>
<http-method>LABEL</http-method>
<http-method>MERGE</http-method>
<http-method>BASELINE-CONTROL</http-method>
<http-method>MKACTIVITY</http-method>
<http-method>ACL</http-method>
<http-method>SEARCH</http-method>
<http-method>BIND</http-method>
<http-method>UNBIND</http-method>
<http-method>REBIND</http-method>
</web-resource-collection>
<auth-constraint>
<role-name>root</role-name>
<role-name>user</role-name>
</auth-constraint>
</security-constraint>
XP WebFolders client issues the OPTIONS request first, it fails because
you've not been authenticated yet but for some reason I don't know the
client doesn't ask for your credentials. Either Slide doesn't return the 401
response or WebFolders don't expect it... or... or something else happens.
I haven't looked into the problem thoroughly.
I wonder if there are better solutions then the one I'm suggesting...
Yours sincerely,
Andrey.
> -----Original Message-----
> From: Slide Users Mailing List [mailto:[EMAIL PROTECTED]
> Sent: Sunday, June 20, 2004 7:23 PM
> To: [EMAIL PROTECTED]
> Subject: Cannot browse WebDAV in Windows XP
> Importance: Low
>
> Hi,
>
> I'm trying to browse my fresh slide installation with xp. It
> all works perfectly with my regular browser, but I cannot
> "add a new Network Place"...
>
> The password is never recognized. I have done everything like
> is said in the documentation (auth-constraint stuff) and
> tested several things, but the password simply isn't recognized.
>
> In fact, xp doesn't allow me to enter "root" as username, and
> systematically prepends localhost/ to it.
>
> Any idea ?
>
> Bernard
>
>
>
>
> __________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - 100MB free storage!
> http://promotions.yahoo.com/new_mail
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]