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
..
basic.go Allow Token/Basic auth on raw paths (#15987) 3 years ago
interface.go Move middlewares to web/middleware (#14480) 3 years ago
oauth2.go Add trace logging to SSO methods (#15803) 3 years ago
reverseproxy.go Fix bug in reverse proxy (#16026) 3 years ago
session.go Fix windows build error (#14263) 4 years ago
sso.go Allow Token/Basic auth on raw paths (#15987) 3 years ago
sso_test.go Allow Token/Basic auth on raw paths (#15987) 3 years ago
sspi_windows.go Add trace logging to SSO methods (#15803) 3 years ago
user.go Fix windows build error (#14263) 4 years ago