You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting! Placeholder substitution was simply not implemented for cookies. Fixed now. Version 4.0.1 should be available at Maven Central soon.
We currently use xlt-nocoding with the version 4.0.0.
When using the xlt-nocoding YAML format, variables are not replaced with their value content when used inside cookies of requests:
Given that the variable "A_COOKIE" has the content of "COOKIE CONTENT".
Result: The cookie "a_cookie" will have the content "${A_COOKIE}" at runtime.
We would expect that variables in request cookie definition get properly replaced as it's the case for example the header definitions.
We currently use the following workaround of using the header to set the cookie correctly:
Result: The cookie "a_cookie" will have the content "COOKIE CONTENT" at runtime.
The text was updated successfully, but these errors were encountered: