diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-10-21 16:45:48 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-10-21 16:48:25 +0200 |
commit | 79383f5a74bcff528a5270a930c36b58e310010c (patch) | |
tree | 75b5f0a4f80bf4015ffcdb201f70f340f39bd48c /modules/luci-base/luasrc/util.lua | |
parent | b4d62d3fd7c7093828c84b5f408cfb0ff6d84939 (diff) |
luci-base: ensure that base url is emitted with trailing slash
Now that we don't have an url token anymore, '/cgi-bin/luci' becomes a valid
url while cookies are restricted to only '/cgi-bin/luci/' and below.
In order to ensure that the first request after login refers to a path
covered by the authentication cookie, change build_url() to always append
a trailing slash if we're referring to the base url.
This should fix the login problems mentioned in #516.
While we're touching the dispatcher, also remove remaining url token code.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'modules/luci-base/luasrc/util.lua')
0 files changed, 0 insertions, 0 deletions