# HG changeset patch # User jbe # Date 1425241229 -3600 # Node ID b4b6e1fc74e84e6b9c65f89cdfd4174d92ca9771 # Parent 4748410d27acf7fd87386983423059a028dfba6a Bugfix in request.set_cookie{...} diff -r 4748410d27ac -r b4b6e1fc74e8 framework/env/request/set_cookie.lua --- a/framework/env/request/set_cookie.lua Sun Mar 01 21:18:56 2015 +0100 +++ b/framework/env/request/set_cookie.lua Sun Mar 01 21:20:29 2015 +0100 @@ -18,8 +18,8 @@ request.get_absolute_baseurl(), "://[^/]*(.*)" ) - if path == nil then - path = "/" + if args.path == nil then + args.path = "/" end end if args.secure == nil then