Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Support round-tripping of servlet requests and responses #11

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

basil
Copy link
Member

@basil basil commented Jul 9, 2024

#10 broke the ability to round-trip servlet requests back and forth between wrapper objects. This PR restores this capability, at least for the main 4 types. I will think more about the naming of this and try to come up with a cleaner implementation that can be generalized to all types, but for now this restores the status quo prior to #10.

Testing done

hudson.plugins.sshslaves.verifiers.TrustHostKeyActionTest#testSubmitNotAuthorised started failing after #10 and passes with this PR and the corresponding Stapler/core changes.

@basil basil added the bug For changelog: Minor bug. Will be listed after features label Jul 9, 2024
@basil basil merged commit ab516da into jenkinsci:master Jul 9, 2024
13 checks passed
@basil basil deleted the round-trip branch July 9, 2024 21:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug For changelog: Minor bug. Will be listed after features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant