-
Notifications
You must be signed in to change notification settings - Fork 156
Escaping For setBody #2810
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
Merged
predic8
merged 26 commits into
master
from
compute-url-expression-at-http-client-interceptor
Feb 24, 2026
+159
−29
Merged
Escaping For setBody #2810
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
955e07a
fix: compute URL expressions in the target after request flow in the …
predic8 e11eae9
refactor(core): use `getAuthority` instead of `getHost` for improved …
predic8 6eb7add
feat(core): add URL encoding support for template evaluation in targe…
predic8 583504a
docs(roadmap): update URL encoding details for template evaluation in…
predic8 fd737e8
feat(core): optimize expression handling for dynamic URLs with caching
predic8 58959bf
refactor(core): remove template expression caching from `Target` and …
predic8 428cb83
feat(core): introduce `Escaping` enum for customizable URL encoding i…
predic8 684e6c2
refactor(core): enhance URI handling and extend test coverage
predic8 4e66506
Merge branch 'master' into compute-url-expression-at-http-client-inte…
predic8 76ffa6d
feat(core): improve handling of illegal characters in URLs and enhanc…
predic8 620871d
refactor(core): simplify `URI` logic and enhance test readability
predic8 1f28df1
Merge branch 'master' into compute-url-expression-at-http-client-inte…
predic8 f52cf95
feat(core): enhance URI handling and replace `pathSeg` with `pathEncode`
predic8 2b39f1a
refactor(core): improve code readability and consistency in URI tests…
predic8 20a2f91
feat(core): introduce `URIFactory` for enhanced URI creation and add …
predic8 78fbd0e
test(core): extend URI test cases for edge scenarios in IPv4 and IPv6…
predic8 cefb219
feat(core): enhance template marker detection and URL evaluation in `…
predic8 60828de
feat(core): add dynamic escaping to `setBody` and improve expression …
predic8 46a1a31
Merge branch 'master' into compute-url-expression-at-http-client-inte…
predic8 4c2b7b1
feat(core): add XML escaping support and enhance `getEscapingFunction`
predic8 8757a84
Merge branch 'master' into compute-url-expression-at-http-client-inte…
christiangoerdes 458e633
test(core): add JSON and Groovy null value handling tests in `SetBody…
predic8 4e8456f
Merge remote-tracking branch 'origin/compute-url-expression-at-http-c…
predic8 b982758
test(core): improve null value handling tests for JSONPath and Groovy…
predic8 17f3272
test(tutorials): log validation errors in `SoapArrayToJsonTutorialTest`
predic8 b70493b
Merge branch 'master' into compute-url-expression-at-http-client-inte…
predic8 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
core/src/test/java/com/predic8/membrane/core/util/xml/NormalizeXMLForJsonUtilTest.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.