[mythtv-commits] mythtv branch master updated by bmeek. v29-pre-177-g90d3c24

Git Repo Owner noreply at mythtv.org
Fri Sep 23 15:07:37 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user bmeek.
       via  90d3c243573dc75b8be6cdab24a5cd1085beaa43 (commit)
      from  fe296d93b34360c26301abeb3108a5b5513ba21f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 90d3c243573dc75b8be6cdab24a5cd1085beaa43
Author:    Bill Meek <bmeek at mythtv.org> at Fri, 23 Sep 2016 10:04:23 -0500
Committer: Bill Meek <bmeek at mythtv.org> at Fri, 23 Sep 2016 10:04:23 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=90d3c243573dc75b8be6cdab24a5cd1085beaa43

Session Management: Allow Percent encoded URLs to pass authentication
This, for example, returns: "401 Unauthorized"

    curl --digest --user admin:mythtv \
        <BE>:6544/Dvr/GetRecordedList?TitleRegEx=Halt%20and

The percent encoded paramMap["uri"] was being compared with the
previously decoded m_sRequestUrl. Added: m_sOriginalUrl

Tested with the Python request module, curl and Opera, Vivaldi & Firefox
browsers.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythupnp/httprequest.cpp |    3 ++-
 mythtv/libs/libmythupnp/httprequest.h   |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-commits mailing list