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: handle encoded slashes for url parameters - fixes #552 #553

Merged

Conversation

daniel-sc
Copy link
Contributor

Caveat: technically, this introduces a backwards incompatible change, for instances where in the request URL (regular) slashes are encoded. I'd guess, that this is not relevant in regular setups and even though this was gracefully handled before, this change is neccessary to assure path params can contain encoded slashes.

@n0nag0n
Copy link
Collaborator

n0nag0n commented Mar 13, 2024

I can take a look at it in hopefully tonight or tomorrow. Thanks for the contribution and for testing it :)

@n0nag0n n0nag0n merged commit e6a29c7 into flightphp:master Mar 15, 2024
@n0nag0n
Copy link
Collaborator

n0nag0n commented Mar 15, 2024

I added some additional testing, but did get this merged in. Thanks so much! 765887d

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.

2 participants