Author: mherger
Date: Sun Nov 6 22:07:53 2011
New Revision: 33662
URL: http://svn.slimdevices.com/slim?rev=33662&view=rev
Log:
Fixed Bug: 17726
Description: we need to adjust the realm of the basic authentication. As we did rename the product, the realm changed as well.
Modified:
7.7/trunk/server/Changelog7.html
7.7/trunk/server/Slim/GUI/ControlPanel.pm
Modified: 7.7/trunk/server/Changelog7.html
URL: http://svn.slimdevices.com/slim/7.7/trunk/server/Changelog7.html?rev=33662&r1=33661&r2=33662&view=diff
==============================================================================
--- 7.7/trunk/server/Changelog7.html (original)
+++ 7.7/trunk/server/Changelog7.html Sun Nov 6 22:07:53 2011
@@ -13,6 +13,7 @@
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=17647">#17647</a> - "Generic OPML Browser" plugin needs to be forced enabled</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=17644">#17644</a> - Squeezebox database and logfiles fill up OS-partition</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=17719">#17719</a> - Now Playing playlist in the web UI doesn't show correct metadata for remote music services</li>
+ <li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=17726">#17726</a> - Windows Control Panel can't authenticate to password protected server</li>
</ul>
<br />
</ul>
Modified: 7.7/trunk/server/Slim/GUI/ControlPanel.pm
URL: http://svn.slimdevices.com/slim/7.7/trunk/server/Slim/GUI/ControlPanel.pm?rev=33662&r1=33661&r2=33662&view=diff
==============================================================================
--- 7.7/trunk/server/Slim/GUI/ControlPanel.pm (original)
+++ 7.7/trunk/server/Slim/GUI/ControlPanel.pm Sun Nov 6 22:07:53 2011
@@ -397,7 +397,7 @@
$ua->timeout(2);
if ($credentials && $credentials->{username} && $credentials->{password}) {
- $ua->credentials($baseUrl, "Squeezebox Server", $credentials->{username}, $credentials->{password});
+ $ua->credentials($baseUrl, string('SQUEEZEBOX_SERVER'), $credentials->{username}, $credentials->{password});
}
return if $needAuthentication;
@@ -418,7 +418,7 @@
password => $loginDialog->password,
};
- $ua->credentials($baseUrl, "Squeezebox Server", $credentials->{username}, $credentials->{password});
+ $ua->credentials($baseUrl, string('SQUEEZEBOX_SERVER'), $credentials->{username}, $credentials->{password});
$response = $ua->request($req);
}
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.