Martti T.
Martti T.
It is not but I think we can fix this by replacing https://github.com/labstack/echo/blob/40eb889d14001640d8e9c48f22db8388dcf0feb5/group.go#L28-L30 with (probably the most correct in this situation as `RouteNotFound` is treated a little bit differently in...
Closing. After `v4.10.0` we will introduce separate repo for JWT middleware and mark middleware in core as deprecated.
We now have https://github.com/labstack/echo-jwt
Middleware skippers are the way to exclude certain paths to be excluded from middleware. If you need to add skipper to some 3rd party middleware that does not have it,...
I think this issue has been addressed now. See #2624 . Release 4.12.0 contains this fix https://github.com/labstack/echo/releases/tag/v4.12.0
@MatthiasWerning are you interested in creating PR for it?
https://github.com/labstack/echo/pull/2341 is related to this question. @lammel is correct. Middleware that absolutely needs to know the actual status code that was sent to the client must be placed in middleware...
@Omkar-C you are right. I did not remember that recover is calling `c.Error`. I think we can add flag to disable that behavior.
I do not know if you want to bother. I have already done this locally, just finished writing test for it.
alright, send the PR and I will review it.