You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
3 years ago
..
ldap Encrypt LDAP bind password in db with SECRET_KEY (#15547) 3 years ago
oauth2 OAuth2 auto-register (#5123) 3 years ago
openid Use gitea forked macaron (#7933) 5 years ago
pam Add some Unit-Tests (#14500) 3 years ago
sso Fix bug in reverse proxy (#16026) 3 years ago