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.
gitea/modules/httplib
wxiaoguang 84cbb6c4d2
Fix duplicate sub-path for avatars (#31365)
Fix #31361, and add tests

And this PR introduces an undocumented & debug-purpose-only config
option: `USE_SUB_URL_PATH`. It does nothing for end users, it only helps
the development of sub-path related problems.

And also fix #31366

Co-authored-by: @ExplodingDragon
8 months ago
..
request.go Replace `interface{}` with `any` (#25686) 2 years ago
serve.go Skip gzip for some well-known compressed file types (#30796) 9 months ago
serve_test.go Less naked returns (#25713) 2 years ago
url.go Fix duplicate sub-path for avatars (#31365) 8 months ago
url_test.go Fix duplicate sub-path for avatars (#31365) 8 months ago