-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
Wrong matched route path in the context #1917
Comments
@drsect0r can you post mini example in order to reproduce the issue? thanks! |
I think I had met the same problem @thinkerou this is my code
but its result don't be expected
|
My PR can fix your problems ============= ping function 's c.FullPath() == /ping |
@bbiao Thank you for your patch! Will apply it tomorrow and report back. Edit: Patch resolves the problem for us. |
merged! |
Description
We were pretty excited to perform code cleanup after #1826 was merged into master. We removed the git checkout and the #1390 patch present in our CI pipeline and worked based upon the latest master.
We noticed that one endpoint stopped working as expected and discovered that it was being misreported as a different route. As a test, we removed the erroneous route, but the endpoint in question still reported a wrong route path.
For now, we have restored the #1390 patch on top of commit e526148 and this resolved the issue.
The text was updated successfully, but these errors were encountered: