[mythtv-commits] mythtv/master commit: 847e6065a by Chris Pinkham (cpinkham)

MythTV noreply at mythtv.org
Fri Apr 1 01:36:39 UTC 2011


      Author:  Chris Pinkham <cpinkham at mythtv.org>
 Change Date:  2011-03-31T18:31:22-07:00
   Push Date:  2011/03/31 18:36:36 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  847e6065af9c0d71a2025d731907aa545157ce2e
   Changeset:  https://github.com/MythTV/mythtv/commit/847e6065a

Log:

HTML Setup: Fix a bug in the authentication code in the backend webserver.

After the 401 response was sent to the browser, a 404 response was being
sent directly after because we were calling SendResponse twice.  We also
handle the setup for the 401 response in HTTPRequest::ParseRequest(),
so we don't need to call HttpServer::DelegateRequest().

Modified:

   mythtv/libs/libmythupnp/httprequest.cpp
   mythtv/libs/libmythupnp/httpserver.cpp



More information about the mythtv-commits mailing list