-
Notifications
You must be signed in to change notification settings - Fork 134
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
next
does not preserve the POST params for other routes
#147
Comments
Ugh, thanks for reporting. I've got a rewrite of the way request bodies are handled that is about 80% done and should solve this. Unfortunately I'm on another deadline, so not likely to get it finished until next week. |
The same here. Just wanted to add some logging for debug purposes. |
Hello, is this bug still outstanding? I have a mysterious issue that would be explained by this... |
Aha, I just confirmed that using This is a big problem for me, did your rewrite ever get landed @xich ? |
candidate fix by @thomasjm : https://github.com/scotty-web/scotty/pull/206/files |
part of the fix could be to move ActionEnv inside a state-like variable : #131 (comment) |
* add test case * add Web.Scotty.Body module * test case fixed but other test fails :D * move request max size test case under ScottyT and cleanup imports * add counterexample test to setMaxRequestBodySize --------- Co-authored-by: Marco Zocca <[email protected]>
Fixed by #308 |
I had the following code to check, whether the user has access, until I found out that currently it's impossible to use forms with such an approach
The text was updated successfully, but these errors were encountered: