To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105462 Issue #|105462 Summary|WebDAV requests do not include a User-Agent header Component|ucb Version|OOO310m19 Platform|Opteron/x86_64 URL| OS/Version|Linux Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|ENHANCEMENT Priority|P3 Subcomponent|code Assigned to|mhu Reported by|topquark_net
------- Additional comments from topquark_...@openoffice.org Tue Sep 29 20:10:49 +0000 2009 ------- HTTP requests made by the WebDAV UCB content provider do not include an HTTP User-Agent header. Many WebDAV clients have quirks that may be worked around on the DAV server, and the User-Agent header is typically used to identify the client being used and the server-side adjustments (if any) that need to be made to accommodate that client. The lack of a User-Agent header makes client identification and the related adjustment of server behavior much more difficult. Here is an example PROPFIND request with no User-Agent, captured while opening a file using OpenOffice 3.1.1: PROPFIND /test/test.doc HTTP/1.1 Host: mysite Keep-Alive: Connection: TE, Keep-Alive TE: trailers Depth: 0 Content-Length: 207 Content-Type: application/xml Pragma: no-cache <?xml version="1.0" encoding="utf-8"?> <propfind xmlns="DAV:"><prop> <resourcetype xmlns="DAV:"/> <IsReadOnly xmlns="http://ucb.openoffice.org/dav/props/"/> <getcontenttype xmlns="DAV:"/> </prop></propfind> --------------------------------------------------------------------- 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: issues-unsubscr...@ucb.openoffice.org For additional commands, e-mail: issues-h...@ucb.openoffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org