Fix Duo Redirect not using path #986

Closed
opened 2026-04-06 01:31:30 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @BlackDex on 8/15/2024

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

*Originally created by @BlackDex on 8/15/2024* 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
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#986