Issue 105462 - WebDAV requests do not include a User-Agent header
Summary: WebDAV requests do not include a User-Agent header
Status: CLOSED DUPLICATE of issue 21599
Alias: None
Product: ucb
Classification: Code
Component: code (show other issues)
Version: OOO310m19
Hardware: PC (x86_64) Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: matthias.huetsch
QA Contact: issues@ucb
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-29 21:10 UTC by topquark_net
Modified: 2009-11-24 16:18 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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