rclone/cmd/serve/dlna
Joram Schrijver 5a6d233924 dlna: fix SOAP action header parsing - fixes #6354
Changes in github.com/anacrolix/dms changed upnp.ServiceURN to include a
namespace identifier. This identifier was previously hardcoded, but is
now parsed out of the URN. The old SOAP action header parsing logic was
duplicated in rclone and did not handle this field. Resulting responses
included a URN with an empty namespace identifier, breaking clients.
2022-08-06 17:23:37 +01:00
..
data dlna: change icons to the newest ones. 2022-01-13 16:23:24 +00:00
dlnaflags docs: punctuation cleanup 2021-10-20 22:56:19 +02:00
testdata/files dlna: associate subtitles with all possible media nodes 2019-10-09 11:57:42 +01:00
upnpav dlna: cds: don't specify childCount at all when unknown 2020-02-25 08:41:00 +01:00
cds.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
cms.go dlna: icons and compatibility improvements 2019-05-27 14:42:33 +01:00
dlna.go dlna: fix SOAP action header parsing - fixes #6354 2022-08-06 17:23:37 +01:00
dlna_test.go dlna: fix SOAP action header parsing - fixes #6354 2022-08-06 17:23:37 +01:00
dlna_util.go dlna: fix SOAP action header parsing - fixes #6354 2022-08-06 17:23:37 +01:00
mrrs.go dlna: fake out implementation of X_MS_MediaReceiverRegistrar 2019-09-17 12:52:02 +01:00