Re: Cannot browse WebDAV in Windows XP

2004-06-22 Thread Alan Wood
I had this XP log on issue, whereby xp insisted on appending a hostname to 
the login. It only happens on certain xp clients.
In my case I was running slide on port 80 (for firewall reasons), so 
entering the url in the add network places wizard would be something like :
http://x.x.x.x/slide/files This resulted in the issues as described. 
However when i appended the port  number i.e. 
http://x.x.x.x:80/slide/files the issue stopped. That is XPO stopped 
appending a host and logged in perfectly.

I'll add a cautionary note however, XP on some versions has an issue with 
slide running on port 80, it suffers from the infinite directory problem, 
where by the directory listing contains itself!!! Try explaining that one 
to your users.
(This issues is know and can be seen under 
http://greenbytes.de/tech/webdav/webfolder-client-list.html as 
file-mismatch)

You have been warned!!
PS The solution is not to use port 80 which is a royal pain and defats the 
object in many cases!!

PPS I am not actually running the app server on port 80 (root access!!), 
its being masqueraded via port 80 through the firewall

Al
On Mon, 21 Jun 2004 07:53:31 -0700 (PDT), Bernard Sirius 
[EMAIL PROTECTED] wrote:

Er, that doesn't work either on my machine.
BUT, I have a workaround now... with a price tag:
south river technologies' WebDrive. Runs like the wind
!
I'll stick with this for the moment, as it's more
important for me right now to understand what Slide
can  actually bring me...
--- Andrey Shulinsky [EMAIL PROTECTED]
wrote:
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-nameDAV
resource/web-resource-name
url-pattern//url-pattern
http-methodCOPY/http-method
http-methodDELETE/http-method
http-methodGET/http-method
http-methodHEAD/http-method
http-methodLOCK/http-method
http-methodMKCOL/http-method
http-methodMOVE/http-method
!--http-methodOPTIONS/http-method--
http-methodPOST/http-method
http-methodPROPFIND/http-method
http-methodPROPPATCH/http-method
http-methodPUT/http-method
http-methodUNLOCK/http-method
http-methodVERSION-CONTROL/http-method
http-methodREPORT/http-method
http-methodCHECKIN/http-method
http-methodCHECKOUT/http-method
http-methodUNCHECKOUT/http-method
http-methodMKWORKSPACE/http-method
http-methodUPDATE/http-method
http-methodLABEL/http-method
http-methodMERGE/http-method
http-methodBASELINE-CONTROL/http-method
http-methodMKACTIVITY/http-method
http-methodACL/http-method
http-methodSEARCH/http-method
http-methodBIND/http-method
http-methodUNBIND/http-method
http-methodREBIND/http-method
/web-resource-collection
auth-constraint
role-nameroot/role-name
role-nameuser/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]



__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail

Re: Cannot browse WebDAV in Windows XP

2004-06-21 Thread Michael Vorburger
Are you using XP Home Ed?  There seem to be some known problems with it, 
right slide-users? See e.g.

http://article.gmane.org/gmane.comp.jakarta.slide.user/3629
http://article.gmane.org/gmane.comp.jakarta.slide.user/3632
PS: Sure you saw this http://jakarta.apache.org/slide/xp.html already?
Bernard Sirius wrote:
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]

 


--
Michael Vorburger 
VP Engineering, Vertical*i
Tel. +41 (21) 317 57 47


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Cannot browse WebDAV in Windows XP

2004-06-21 Thread Bernard Sirius
Thanks for the pointer... :-( these people describe
the exact same problem as me, but they don't seem have
a solution. Yes I read the xp directions. I will try
to contact these people. I'm using XP Pro, not Home
Ed. It's confusing indeed that these fundamental
problems show up so seldom.

--- Michael Vorburger [EMAIL PROTECTED] wrote:
 Are you using XP Home Ed?  There seem to be some
 known problems with it, 
 right slide-users? See e.g.
 

http://article.gmane.org/gmane.comp.jakarta.slide.user/3629

http://article.gmane.org/gmane.comp.jakarta.slide.user/3632
 
 PS: Sure you saw this
 http://jakarta.apache.org/slide/xp.html already?
 
 
 Bernard Sirius wrote:
 
 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]
 
 
 
   
 
 
 
 -- 
 Michael Vorburger 
 VP Engineering, Vertical*i
 Tel. +41 (21) 317 57 47
 
 
 
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Cannot browse WebDAV in Windows XP

2004-06-21 Thread Andrey Shulinsky
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-nameDAV resource/web-resource-name
url-pattern//url-pattern
http-methodCOPY/http-method
http-methodDELETE/http-method
http-methodGET/http-method
http-methodHEAD/http-method
http-methodLOCK/http-method
http-methodMKCOL/http-method
http-methodMOVE/http-method

!--http-methodOPTIONS/http-method--

http-methodPOST/http-method
http-methodPROPFIND/http-method
http-methodPROPPATCH/http-method
http-methodPUT/http-method
http-methodUNLOCK/http-method
http-methodVERSION-CONTROL/http-method
http-methodREPORT/http-method
http-methodCHECKIN/http-method
http-methodCHECKOUT/http-method
http-methodUNCHECKOUT/http-method
http-methodMKWORKSPACE/http-method
http-methodUPDATE/http-method
http-methodLABEL/http-method
http-methodMERGE/http-method
http-methodBASELINE-CONTROL/http-method
http-methodMKACTIVITY/http-method
http-methodACL/http-method
http-methodSEARCH/http-method
http-methodBIND/http-method
http-methodUNBIND/http-method
http-methodREBIND/http-method
/web-resource-collection
auth-constraint
role-nameroot/role-name
role-nameuser/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]



RE: Cannot browse WebDAV in Windows XP

2004-06-21 Thread Bernard Sirius
Er, that doesn't work either on my machine.
BUT, I have a workaround now... with a price tag:
south river technologies' WebDrive. Runs like the wind
!

I'll stick with this for the moment, as it's more
important for me right now to understand what Slide
can  actually bring me...

--- Andrey Shulinsky [EMAIL PROTECTED]
wrote:
 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-nameDAV
 resource/web-resource-name
 url-pattern//url-pattern
 http-methodCOPY/http-method
 http-methodDELETE/http-method
 http-methodGET/http-method
 http-methodHEAD/http-method
 http-methodLOCK/http-method
 http-methodMKCOL/http-method
 http-methodMOVE/http-method
 
 !--http-methodOPTIONS/http-method--
 
 http-methodPOST/http-method
 http-methodPROPFIND/http-method
 http-methodPROPPATCH/http-method
 http-methodPUT/http-method
 http-methodUNLOCK/http-method

 http-methodVERSION-CONTROL/http-method
 http-methodREPORT/http-method
 http-methodCHECKIN/http-method
 http-methodCHECKOUT/http-method
 http-methodUNCHECKOUT/http-method
 http-methodMKWORKSPACE/http-method
 http-methodUPDATE/http-method
 http-methodLABEL/http-method
 http-methodMERGE/http-method

 http-methodBASELINE-CONTROL/http-method
 http-methodMKACTIVITY/http-method
 http-methodACL/http-method
 http-methodSEARCH/http-method
 http-methodBIND/http-method
 http-methodUNBIND/http-method
 http-methodREBIND/http-method
 /web-resource-collection
 auth-constraint
 role-nameroot/role-name
 role-nameuser/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]
 
 




__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]