[mythtv-commits] mythtv/master commit: f76028ba3 by Gavin Hurlbut (Beirdo)

MythTV noreply at mythtv.org
Tue Feb 15 05:51:54 UTC 2011


      Author:  Gavin Hurlbut <ghurlbut at mythtv.org>
 Change Date:  2011-02-14T21:51:32-08:00
   Push Date:  2011/02/14 21:51:52 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  f76028ba35811818f75c3d39faa4479b024bc846
   Changeset:  https://github.com/MythTV/mythtv/commit/f76028ba3

Log:

Fix passing a URL key/value containing %26 (escaped &)

It seems that this code *only* deals with Parameters in the URL (maybe on POST
too), but not in SOAP requests from UPnP clients.  It should be a benign
change to not mess with %26 in the params string before splitting on &.  Any
self-respecting client will know that & separates the keys, and not to escape
them.  If this breaks any specific clients, we will have to put in a workaround
for the broken client perhaps.

Fixes #8132.

Modified:

   mythtv/libs/libmythupnp/httprequest.cpp



More information about the mythtv-commits mailing list