Issue 122008 - webdav ucp: malformed GET request headers
Summary: webdav ucp: malformed GET request headers
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 3.4.0
Hardware: All All
: P3 Normal (vote)
Target Milestone: 4.0.0
Assignee: Oliver-Rainer Wittmann
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-05 15:06 UTC by Oliver-Rainer Wittmann
Modified: 2022-10-28 12:54 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Oliver-Rainer Wittmann 2013-04-05 15:06:04 UTC
'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.
Comment 1 SVN Robot 2013-04-05 15:10:21 UTC
"orw" committed SVN revision 1465000 into trunk:
#122008# - use <serf_bucket_headers_setc(..)> when header name's data need to...
Comment 2 Oliver-Rainer Wittmann 2013-04-05 15:10:41 UTC
fixed on trunk