https://issues.apache.org/ooo/show_bug.cgi?id=122008
Bug ID: 122008
Issue Type: DEFECT
Summary: webdav ucp: malformed GET request headers
Classification: Code
Product: General
Version: AOO 3.4.0
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: P3
Component: code
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
'custom' request headers for GET are passing the header name via
<serf_bucket_headers_set(..)> which does not copy the header name's data. This
leads to a 'Bad Request' response on https connections.
As 'custom' request headers are used for the update service functionality
accessing the update service via an https url does not work.
solution:
use <serf_bucket_headers_setc(..)> as it copies the header name's data.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.