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

Fix post processor breaking large fields in multiple parts. #337

Merged
merged 3 commits into from
Jul 1, 2024

Conversation

etr
Copy link
Owner

@etr etr commented Jul 1, 2024

Identify the Bug

The post processor was breaking up large post fields into multiple values as if provided separately.

Description of the Change

Now the post processor checks for the offset value. If there is an offset, the value must be a part of a large post field and not an independent repeated value. In this case, we just append to the latest value for the specified argument.

Alternate Designs

None

Possible Drawbacks

None

Verification Process

Added new integration tests.

Release Notes

Fixed the post processor that was breaking up large post fields into multiple values as if provided separately.

@etr etr self-assigned this Jul 1, 2024
@etr etr merged commit 1b5fe8f into master Jul 1, 2024
32 of 37 checks passed
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.

1 participant