-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[BUG] MVC BeforeActivation does not register route for all Methods #1537
Comments
Hello @Dexus, Thanks for the bug report, it's fixed. Also I did a small change, if the Both |
Thanks, by the looks of it, it now works like it used to in v6. |
You're welcome! (in v6 we didn't had mvc, you mean v11.x.x-v12.1.8) |
I'm with Iris since v4 or was it already v5... can't remember all the changes and features anymore. |
I know @Dexus, and I really appreciate it, you even use the master branch and sending bug reports for it, like a beta user(❤️). That's why I am offering you to be the first I feel you, we make a lot of progress and introducing new features on each release, things that are unique and things that coming from other languages. That makes Iris the most complete and with advanced features across its alternatives for Go(lang). |
I'm happy to do it. With Iris goes with the times and has not stood still compared to others. Also that you continued after V6/7? I can't remember exactly, but I'm very happy about it. Also with all the history around. I am honored to receive the offer from you to be the first Certified Iris Developer. Where to take the exam ❤️ |
Hello @Dexus, Thanks for your nice words! I sent you an email (the public one you have on github). If you require any further information, or you have any recommendations about the exam, feel free to contact me. |
Describe the bug
It seems that the current master branch has a problem with the MVC.
If I use the following controller:
this route is not found for both methods.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Both Methods should be registed to the same Controller Method/Func.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: