[PR #5539] [MERGED] Backport #5537 Remove a double slash in the HTTPS redirect with Let's Encrypt #17834

Closed
opened 2025-11-02 16:08:01 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5539
Author: @gregkare
Created: 12/13/2018
Status: Merged
Merged: 12/13/2018
Merged by: @techknowlogick

Base: release/v1.6Head: release/v1.6


📝 Commits (1)

  • 2a92272 Backport #5537 Remove a double slash in the HTTPS redirect with Let's Encrypt

📊 Changes

1 file changed (+4 additions, -1 deletions)

View changed files

📝 cmd/web.go (+4 -1)

📄 Description

Before:

$ curl 0.0.0.0:3001
Found.

After:

$ curl 0.0.0.0:3001
Found.

Fixes #5536

Cherry-pick from the master branch


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/5539 **Author:** [@gregkare](https://github.com/gregkare) **Created:** 12/13/2018 **Status:** ✅ Merged **Merged:** 12/13/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `release/v1.6` ← **Head:** `release/v1.6` --- ### 📝 Commits (1) - [`2a92272`](https://github.com/go-gitea/gitea/commit/2a92272d28c00fd59c336e13940d99cb4bc1c2c1) Backport #5537 Remove a double slash in the HTTPS redirect with Let's Encrypt ### 📊 Changes **1 file changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `cmd/web.go` (+4 -1) </details> ### 📄 Description Before: $ curl 0.0.0.0:3001 <a href="https://gitea.example.com:3000//">Found</a>. After: $ curl 0.0.0.0:3001 <a href="https://gitea.example.com:3000/">Found</a>. Fixes #5536 Cherry-pick from the master branch --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 16:08:01 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17834