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 Duo Redirect not using path #4862

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

BlackDex
Copy link
Collaborator

The URL crate treats https://domain.tld/path differently then https://domain.tld/path/ the latter will make sure a .join() will append the given path instead of using the base as a relative path.

Fixes #4858

The URL crate treats `https://domain.tld/path` differently then
`https://domain.tld/path/` the latter will make sure a `.join()` will
append the given path instead of using the base as a relative path.

Fixes dani-garcia#4858
@BlackDex BlackDex requested a review from dani-garcia August 15, 2024 08:44
@dani-garcia dani-garcia merged commit 339612c into dani-garcia:main Aug 15, 2024
5 checks passed
@BlackDex BlackDex deleted the fix-duo-redirect branch August 15, 2024 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DUO redirection after 2FA does not redirect to the subpath with 1.32.0
2 participants