This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules/web
zeripath b101fa83a6
Fix bug in Wrap (#15302)
Whilst doing other work I have noticed that there is an issue with Wrap when passing an
http.Handler - the next should be the next handler in line not empty.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-04-06 17:40:56 +02:00
..
middleware Add SameSite setting for cookies (#14900) 2021-03-07 08:12:43 +00:00
route.go Fix bug in Wrap (#15302) 2021-04-06 17:40:56 +02:00
route_test.go