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

Manually entered new pattern not saved correctly on Linux environments #102

Open
darekhalecki opened this issue Jan 31, 2025 · 0 comments
Open
Labels
bug Something isn't working

Comments

@darekhalecki
Copy link

Repro:

On Linux environment create a new manual redirect with:

  • Old pattern: /test
  • New pattern: /test-redirect

The redirect is saved as:

  • Old pattern: /test
  • New pattern: file:///test-redirect

The new pattern is incorrectly prefixed with file:///.
Possibly because on Linux System.Uri recognizes /test-redirect as an absolute path with a missing scheme.

Image

@darekhalecki darekhalecki added the bug Something isn't working label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant