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

Revert "W-13681772: XML SDK fails to replace a complex parameter with… #2181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@
will be replaced with the actual value IF that value is a literal.
That implies that the protocol using the expression #[vars.protocolConfig] will be replaced by HTTP (default value). -->
<property name="protocolConfig" type="string" defaultValue="HTTP"/>
<property name="retryInterval" type="number" defaultValue="5000"/>

<http:request-config name="simple-config" basePath="/basic-auth/">
<http:request-connection host="localhost" protocol="#[vars.protocolConfig]" port="#[vars.port]">
<mule:reconnection>
<mule:reconnect count="4" frequency="#[vars.retryInterval]" />
</mule:reconnection>
<http:authentication>
<http:basic-authentication username="#[vars.someUserConfig]" password="#[vars.somePassConfig]"/>
</http:authentication>
Expand Down