Issue 105462

Summary: WebDAV requests do not include a User-Agent header
Product: ucb Reporter: topquark_net <ooffice>
Component: codeAssignee: matthias.huetsch
Status: CLOSED DUPLICATE QA Contact: issues@ucb <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOO310m19   
Target Milestone: ---   
Hardware: PC (x86_64)   
OS: Linux, all   
Issue Type: ENHANCEMENT Latest Confirmation in: ---
Developer Difficulty: ---

Description topquark_net 2009-09-29 21:10:49 UTC
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>
Comment 1 tkr 2009-09-30 06:33:31 UTC
duplicate 

*** This issue has been marked as a duplicate of 21599 ***
Comment 2 Mechtilde 2009-11-24 16:18:20 UTC
duplicate -> closed