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: force_https() redirects to wrong URL when baseURL has subfolder #8191

Merged
merged 2 commits into from
Nov 16, 2023

Conversation

kenjis
Copy link
Member

@kenjis kenjis commented Nov 11, 2023

Description
Fixes #8190

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@kenjis kenjis added the bug Verified issues on the current code behavior or pull requests that will fix them label Nov 11, 2023
@kenjis kenjis force-pushed the fix-force_https branch 2 times, most recently from 3e46628 to 2751f48 Compare November 12, 2023 02:16
@kenjis kenjis force-pushed the fix-force_https branch 2 times, most recently from a760dbf to 486bcc7 Compare November 12, 2023 07:44
@kenjis kenjis marked this pull request as draft November 12, 2023 10:48
@kenjis kenjis force-pushed the fix-force_https branch 2 times, most recently from d268ba0 to afcdcfc Compare November 12, 2023 11:07
@kenjis kenjis closed this Nov 12, 2023
@kenjis kenjis reopened this Nov 12, 2023
@kenjis kenjis marked this pull request as ready for review November 12, 2023 11:07
Copy link
Contributor

@datamweb datamweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@github-actions github-actions bot added the stale Pull requests with conflicts label Nov 14, 2023
Copy link

👋 Hi, @kenjis!

We detected conflicts in your PR against the base branch 🙊
You may want to sync 🔄 your branch with upstream!

Ref: Syncing Your Branch

@kenjis kenjis removed the stale Pull requests with conflicts label Nov 14, 2023
@kenjis kenjis merged commit 6a7fd1e into codeigniter4:develop Nov 16, 2023
61 checks passed
@kenjis kenjis deleted the fix-force_https branch November 16, 2023 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified issues on the current code behavior or pull requests that will fix them
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Forcing Global Secure Requests does not work when the baseURL has more than a scheme and an authority
3 participants