]> source.dussan.org Git - gitea.git/commit
Use Req.URL.RequestURI() to cope with FCGI urls (#9473)
authorzeripath <art27@cantab.net>
Tue, 24 Dec 2019 00:11:12 +0000 (00:11 +0000)
committerGitHub <noreply@github.com>
Tue, 24 Dec 2019 00:11:12 +0000 (00:11 +0000)
commit017f314b5a0f930b477efa1c2a5309f8cdd6d3c3
treed2e7df096c672520c2a957069829bb9aeb3005bd
parent546523a57c0b4393f0732da3db5ad1c8c0d5ec43
Use Req.URL.RequestURI() to cope with FCGI urls (#9473)

* Use Req.URL.RequestURI() to cope with FCGI urls

* Add debug logging statement when forbidden in internal API.
docs/content/doc/advanced/config-cheat-sheet.en-us.md
docs/content/doc/advanced/logging-documentation.en-us.md
modules/context/auth.go
modules/context/permission.go
modules/setting/log.go
routers/home.go
routers/private/internal.go
routers/routes/routes.go