Pablo Andres Fuente
Pablo Andres Fuente
@melonaerial At least for me, I like to be complaint with the RFC, so if you want to submit a PR adding that I'll appreciate it. @iambenkay After some digging...
Hi @iaburton. Yes you are right, the use of maxParam is not thread safe, and changing it from a context could lead to have Context instances on the sync.Pool that...
Maybe if we decide to return errors from our router (see https://github.com/labstack/echo/pull/1762#issuecomment-770794367), we can implement the solution already [proposed](https://github.com/labstack/echo/issues/1492#issuecomment-583762693) by @lammel. Basically if we set a fixed value for maxParam,...
It's seems to be a duplicate of #1523 fixed in #1524 Please test it again with the latest changes on master and let us know if the issue is still...
Sorry I didn't read properly your first comment. The CSRF Middleware was updated to send "SameSite" attribute and also send "Secure" attribute when "SameSite" is None. In order to have...
#1660 is still alive, so I'm reopening the issue
Could you please provide a full working example? Please include the code of the server and some request that shows your issue.
Thanks for the example. It help me to understand your needs. Sadly the current implementation of the Echo DefaultBinder doesn't support your use case. Also, you can check #1644