0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-25 22:08:25 +02:00
gitea/modules/web
Giteabot 222d16e6ea
fix: Fix to delete cookie when AppSubURL is non-empty (#30375) (#30468)
Backport #30375 by @jtran

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: Jonathan Tran <jonnytran@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Kyle D <kdumontnu@gmail.com>
2024-04-14 13:45:51 +02:00
..
middleware fix: Fix to delete cookie when AppSubURL is non-empty (#30375) (#30468) 2024-04-14 13:45:51 +02:00
routing Update tool dependencies (#26607) 2023-08-20 22:59:19 +00:00
types Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
handler.go Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
route.go Refactor CORS handler (#28587) (#28611) 2023-12-25 21:01:24 +08:00
route_test.go Refactor web route (#24080) 2023-04-20 14:49:06 -04:00
routemock.go Make route middleware/handler mockable (#25766) 2023-07-09 12:25:53 +00:00
routemock_test.go Make route middleware/handler mockable (#25766) 2023-07-09 12:25:53 +00:00