On Dec 15, 2009, at 5:48 PM, kenk...@yahoo.com wrote:

> Does Xavante have container managed security/authentication?
> 
> I.e., can you designate a site requires a username/password like you can w/ 
> Apache?

Sure. This is called HTTP Authentication:

http://www.ietf.org/rfc/rfc2617.txt

Don't recall if Xavante implements it already, but one way or another, it's 
rather straightforward to implement.

For example, on the request side:

http://dev.alt.textdrive.com/browser/HTTP/HTTPExtra.lua#L101

... and one the response side:

http://dev.alt.textdrive.com/browser/HTTP/HTTPExtra.lua#L169
_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to