-
Notifications
You must be signed in to change notification settings - Fork 41
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
feat(rest-connector): Add flag to get multiple set cookie headers as list #3859
feat(rest-connector): Add flag to get multiple set cookie headers as list #3859
Conversation
2cd2ca1
to
7a423fe
Compare
.../main/java/io/camunda/connector/http/base/client/apache/HttpCommonResultResponseHandler.java
Outdated
Show resolved
Hide resolved
.../main/java/io/camunda/connector/http/base/client/apache/HttpCommonResultResponseHandler.java
Outdated
Show resolved
Hide resolved
.../main/java/io/camunda/connector/http/base/client/apache/HttpCommonResultResponseHandler.java
Outdated
Show resolved
Hide resolved
.../main/java/io/camunda/connector/http/base/client/apache/HttpCommonResultResponseHandler.java
Show resolved
Hide resolved
...ors/http/http-base/src/main/java/io/camunda/connector/http/base/model/HttpCommonRequest.java
Outdated
Show resolved
Hide resolved
...ors/http/http-base/src/main/java/io/camunda/connector/http/base/model/HttpCommonRequest.java
Outdated
Show resolved
Hide resolved
connectors/http/rest/element-templates/http-json-connector.json
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good 🚀
Some minor comments and a question regarding the element template version.
.../main/java/io/camunda/connector/http/base/client/apache/HttpCommonResultResponseHandler.java
Outdated
Show resolved
Hide resolved
@ztefanie Please also backport this to the 8.6 code base. |
7a423fe
to
934162d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/8.6
git worktree add -d .worktree/backport-3859-to-release/8.6 origin/release/8.6
cd .worktree/backport-3859-to-release/8.6
git switch --create backport-3859-to-release/8.6
git cherry-pick -x 4231107cd22129bfb9343327defdf8aee580cb34 |
Description
Added a feature flag to enable getting multiple set cookie headers as a list
if flag is not set to true behavior is not changed
if flag is set to true set cookie headers are merged into a list
other headers are not merged, as set cookie is the only header that is allowed to occure multiple times
PR for documenting this feature is here: connectors: Add hint about merging set cookie headers camunda-docs#4875
Related issues
closes #3812
Checklist
no milestone
label.