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/web
Jonathan Tran b18c04ebde
fix: Fix to delete cookie when AppSubURL is non-empty (#30375)
Cookies may exist on "/subpath" and "/subpath/" for some legacy reasons (eg: changed CookiePath behavior in code). The legacy cookie should be removed correctly.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Kyle D <kdumontnu@gmail.com>
10 months ago
..
middleware fix: Fix to delete cookie when AppSubURL is non-empty (#30375) 10 months ago
routing Update tool dependencies (#26607) 2 years ago
types Refactor web package and context package (#25298) 2 years ago
handler.go Refactor web package and context package (#25298) 2 years ago
route.go Refactor CORS handler (#28587) 1 year ago
route_test.go Refactor web route (#24080) 2 years ago
routemock.go Make route middleware/handler mockable (#25766) 2 years ago
routemock_test.go Make route middleware/handler mockable (#25766) 2 years ago