webmcp

diff framework/env/auth/openid/xrds_header.lua @ 223:32ec28229bb5

Finished removing all references to cgi module (except demo-app); Removed partial loading mechanism
author jbe
date Fri Feb 27 21:49:00 2015 +0100 (2015-02-27)
parents 47ddf0f86009
children
line diff
     1.1 --- a/framework/env/auth/openid/xrds_header.lua	Fri Feb 27 17:18:08 2015 +0100
     1.2 +++ b/framework/env/auth/openid/xrds_header.lua	Fri Feb 27 21:49:00 2015 +0100
     1.3 @@ -50,5 +50,5 @@
     1.4  
     1.5  --]]--
     1.6  function auth.openid.xrds_header(args)
     1.7 -  cgi.add_header("X-XRDS-Location: " .. encode.url(args))
     1.8 +  request.add_header("X-XRDS-Location: " .. encode.url(args))
     1.9  end

Impressum / About Us