1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 08:45:04 +01:00
gitea/modules/auth
zeripath 256b1a3561
Fix bug in reverse proxy (#16026)
Unfortunately go panics you try to cast a nil interface{} as another primitive
therefore you need to check interfaces are not nil before casting.

Fix #16025

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-05-31 02:54:16 -04:00
..
ldap
oauth2
openid
pam
sso Fix bug in reverse proxy (#16026) 2021-05-31 02:54:16 -04:00