This repository has been archived by the owner on Dec 28, 2020. It is now read-only.
Inconsistent behavior for partially implemented Rest\ActiveController #29
Labels
status:ready for adoption
Feel free to implement this issue.
Consider we have:
Suppose 2 scenarios:
Now we go ahead and create (in)correct requests:
The reason this happens is because beforeAction is not called for actions that can't be found.
Some issues arise from this
Not sure how to fix this, possible fixes include:
--> This would allow VerbFilter and ContentNegotiator to do their work for not implemented actions.
Any of these solutions would:
The text was updated successfully, but these errors were encountered: