Skip to content
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

Rest/Mustache issues with parsing of multipart form data #307

Open
wirew0rm opened this issue Jun 29, 2023 · 0 comments
Open

Rest/Mustache issues with parsing of multipart form data #307

wirew0rm opened this issue Jun 29, 2023 · 0 comments
Labels
bug:minor Something isn't working, but there are workarounds or the functionality is not in active use yet

Comments

@wirew0rm
Copy link
Member

The RestPlugin has some issues with numeric and boolean data submitted via form-multipart because the data is sent quoted but expected to be unquoted. The problems are demonstrated in the commented out testcases introduced in #296

https://github.com/fair-acc/opencmw-cpp/blob/main/src/majordomo/test/majordomoworker_rest_tests.cpp#L84-L88

@wirew0rm wirew0rm added the bug:minor Something isn't working, but there are workarounds or the functionality is not in active use yet label Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:minor Something isn't working, but there are workarounds or the functionality is not in active use yet
Projects
Status: 🆕 Ideas (∞)
Development

No branches or pull requests

2 participants