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/middleware
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>
11 months ago
..
binding.go Refactor locale&string&template related code (#29165) 1 year ago
cookie.go fix: Fix to delete cookie when AppSubURL is non-empty (#30375) 11 months ago
data.go Remove some dead code (#27196) 1 year ago
flash.go Refactor locale&string&template related code (#29165) 1 year ago
locale.go Refactor cookie (#24107) 2 years ago
request.go Improve template system and panic recovery (#24461) 2 years ago