To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59142
                  Issue #:|59142
                  Summary:|Saving via WebDAV fails for auth-basic and auth-
                          |digest protected folders
                Component:|Word processor
                  Version:|OOo 2.0
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|save-export
              Assigned to:|mru
              Reported by:|schnake





------- Additional comments from [EMAIL PROTECTED] Fri Dec  9 07:43:01 -0800 
2005 -------
Description: 
============ 
Saving a document to a auth-basic or auth-digest protected webdav folder 
correctly asks for username/password and then fails with a dialog saying 
 
Error saving the document <xxxxx>: 
The object cannot be created in directory http://<xxxxxx>/<xxxxxx> 
 
Steps to reproduce: 
=================== 
Try to save a document to http://test.webdav.org/dav/ootest.odt. This will 
work fine. 
 
Try the same with http://test.webdav.org/auth-basic/ootest.odt or 
http://test.webdav.org/auth-digest/ootest.odt (username "user1", password the 
same). It will produce the error mentioned above. 
 
Details: 
======== 
I verified this behaviour with OpenOffice 2.0 Writer both on Linux and WinXP. 
The same happens also against a (private) auth-digest protected WebDAV service 
provided by Apache2 + Subversion on Linux. The very same service works 
perfectly fine with the webdav:// protocol (kio-slave) on KDE 3.5 
 
Sniffing the connection with that private server showed the following basic 
HTTP conversion pattern: 
 
OO -> WebDAV: OPTIONS <targetDir> (Anonymous request) 
WebDAV -> OO: HTTP 401 - Authorisation required 
OO -> WebDAV: OPTIONS <targetDir> (Authenticated request) 
WebDAV -> OO: HTTP 200 - OK (with DAV details) 
OO -> WebDAV: PROPFIND <targetDir> (Anonymous request) 
WebDAV -> OO: HTTP 401 - Authorisation required 
OO -> WebDAV: PROPFIND <targetDir> (Authenticated request) 
WebDAV -> OO: HTTP 207 - Multi-Status (XML stating that resourcetype == 
collection + status 200) 
OO -> WebDAV: PROPFIND <targetDir> (Anonymous request, exactly the same as 
before) 
WebDAV -> OO: HTTP 401 - Authorisation required 
OO: Gives up ;-)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
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]

Reply via email to