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

add text/html content parser as string content #5460

Merged

Conversation

jdevillard
Copy link
Contributor

@jdevillard jdevillard commented May 28, 2024

First iteration of a text/html http content parser, this parser handle the request as string but this allow to accept the request.(instead of reject it or set a null value because parser doesn't exist)

fix #5115


This change is Reviewable

@jdevillard jdevillard added the elsa 3 This issue is specific to Elsa 3 label May 28, 2024
@jdevillard jdevillard added this to the Elsa 3.2 milestone May 28, 2024
@jdevillard jdevillard requested a review from a team May 28, 2024 15:17
@sfmskywalker sfmskywalker merged commit a130363 into elsa-workflows:main May 28, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
elsa 3 This issue is specific to Elsa 3
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

PlainTextHttpContentParser doesn't handle application/xml and text/xml or text/html content
2 participants