Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
cd5c7ace
Commit
cd5c7ace
authored
Aug 04, 2009
by
Rémi Denis-Courmont
Browse files
HTTPd: do not reveal the username through as the realm (fixes: #2993)
parent
2037bb71
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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