Hi
Could this old patch, reported for 1.5, be merged? It's still an issue with 1.6
After some painful days I've discovered that there's a particularly nasty open uwsgi issue that breaks site if you remove all anonymous permissions.
I've reported it in #13417, and the submitted patch seems to be fine (phew) but noting its closed as wontfix.
It's not just "errors". This was a hairy one to find because neither trac or uwsgi were showing any useful logging.
Repro:
Install fresh env with trac 1.6 / python 3.13.2 / uwsgi 2.0.28 (latest)
Remove all anonymous permissions
Go to env base_url
Via tracd, no issue - standard "You are currently not logged in. You may want to
do so now."
Via uwsgi, browser default 403 page (no trac page returned)
Best
Michela