Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
cd5c7ace
Commit
cd5c7ace
authored
Aug 04, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HTTPd: do not reveal the username through as the realm (fixes: #2993)
parent
2037bb71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/network/httpd.c
src/network/httpd.c
+1
-2
No files found.
src/network/httpd.c
View file @
cd5c7ace
...
...
@@ -2265,8 +2265,7 @@ static void* httpd_HostThread( void *data )
{
httpd_MsgAdd
(
answer
,
"WWW-Authenticate"
,
"Basic realm=
\"
%s
\"
"
,
url
->
psz_user
);
"Basic realm=
\"
VLC stream
\"
"
);
/* We fail for all url */
b_auth_failed
=
true
;
free
(
user
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment