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

Parse URL parameters correctly when they contain URL parameters #688

Closed
PaulHax opened this issue Jan 15, 2025 · 0 comments · Fixed by #692
Closed

Parse URL parameters correctly when they contain URL parameters #688

PaulHax opened this issue Jan 15, 2025 · 0 comments · Fixed by #692

Comments

@PaulHax
Copy link
Collaborator

PaulHax commented Jan 15, 2025

This URL to VolView

http://localhost:8080/?&urls=[http://localhost:9999/3DUS-Fetus.mha?foo=bar]

Results in this parsed URL

[http://localhost:9999/3DUS-Fetus.mha?foo

Should be

http://localhost:9999/3DUS-Fetus.mha?foo=bar
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 a pull request may close this issue.

1 participant