jonathan-s / django-sockpuppet

Build reactive applications with the django tooling you already know and love.
https://github.com/jonathan-s/django-sockpuppet
MIT License
450 stars 22 forks source link

Url parameters throws a wrench in the machinery #49

Closed jonathan-s closed 3 years ago

jonathan-s commented 3 years ago

Bug Report

Describe the bug

Go to a url with an url parameter ie something like /calendar/?description=aoeuidht. Sockpuppet will parse that url as calendar/description=aoeuidht and will fail when trying to resolve the url.

It also looks like the resolve won't resolve query arguments correctly.

Expected behavior

The route should succeed since get parameters should not really affect the route.