Auth in embedded mode not working with 1.82

6 views
Skip to first unread message

mdaguete

unread,
Jun 15, 2009, 7:04:43 AM6/15/09
to erlyweb
Hello,

I've just upgraded to 1.82, and Basic authentication not work in
embedded mode,


Yaws config is:

set_conf([LogDir,DocRoot]) ->
GC = yaws_config:make_default_gconf(false,umts),
GC2 = GC#gconf{
trace = false,
ebin_dir = [code:lib_dir(yaws)++ "/ebin"],
include_dir = [code:lib_dir(yaws)++ "/include"],
logdir = LogDir

},

AuthDirs = [{"/",#auth{dir = "/",
realm = "Gestion",
users = [{"User","Password"}],
}}],
SC = #sconf{
port = 8888,
listen = {0, 0, 0, 0},
authdirs = AuthDirs,
docroot = DocRoot
},
case catch yaws_api:setconf(GC2, [[SC]]) of
ok -> {ok, started};
Error -> {stop, Error}
end.


In 1.80 works ok.

In 1.82 no
WWW-Authenticate header is sent from yaws while in 1.80 it's sent ok.


¿ Any Idea ?


Regards

Davide Marquês

unread,
Jun 15, 2009, 9:54:24 AM6/15/09
to erl...@googlegroups.com
Hi!

No clue/time to check... but try the yaws mailing list:
https://lists.sourceforge.net/lists/listinfo/erlyaws-list

Cheers,
Davide :)
Reply all
Reply to author
Forward
0 new messages