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

POST requests to /git now accept all types of characters in the request body #400

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

isc-hwojnick
Copy link
Contributor

Fixes #369

The body of post requests to /git now send the response body as {command: cmd} instead of just passing the unstructured cmd data. This allows special characters like "&" to be a part of commit messages

@isc-tleavitt isc-tleavitt merged commit 8442648 into main Jul 8, 2024
2 checks passed
@isc-tleavitt isc-tleavitt deleted the webui-character-escape branch July 8, 2024 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some characters may not be escaped properly when committing using WebUI
2 participants