Closed XDjackieXD closed 3 years ago
I assume you got this error woth LuCI master? What was the exact error look like?
With current luci master the olsr status page just won't load (403 with completely empty body) when accessed via the funkfeuer status page (olsr status on the admin page works fine). After a bit of digging I found out that it fails here https://github.com/openwrt/luci/blob/master/modules/luci-base/luasrc/dispatcher.lua#L913 and after a bit more digging the solution in this PR seemed like the correct solution
made a working setup on my side and can confirm that it make the page show up again. But I'm not sure what this function is doing behind the scenes ...
As nobody seems to veto I'm in favour of merging this.
merged in d88313c and afd5335cbd0e for openwrt-21.02
Due to addition of acl-dependencies in luci, the olsr status page was not accessible by users that were not logged in. This patch fixes this. I hope this is the right way to do it as I'm not that deep into the luci codebase and the documentation is not that great...