Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix to delete cookie when AppSubURL is non-empty (#30375) #30469

Merged
merged 3 commits into from
Apr 14, 2024

Commits on Apr 14, 2024

  1. fix: Fix to delete cookie when AppSubURL is non-empty (go-gitea#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>
    3 people authored and GiteaBot committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    c3902f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1a33b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c81254 View commit details
    Browse the repository at this point in the history