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

Resolve redirection errors by trimming parameter braces #56

Closed
wants to merge 1 commit into from

Conversation

Raze2
Copy link

@Raze2 Raze2 commented Sep 9, 2024

This PR fixes an issue where malformed parameters (e.g., {param}) caused route redirection failures due to untrimmed braces. The fix involves adding a trimming step in the redirection logic, ensuring parameters are parsed correctly, enhancing reliability and flexibility in handling dynamic routes.

Resolves an error that occurs when route redirection is attempted with malformed parameter inputs. By trimming braces from parameters, it ensures that route variables are correctly parsed, preventing the "Missing required parameter" error.
Copy link

github-actions bot commented Sep 9, 2024

Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of laravel/framework. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!

@github-actions github-actions bot closed this Sep 9, 2024
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.

1 participant