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

Missing http-policy xsd schemas #540

Open
AdamCoulterOz opened this issue Apr 3, 2024 · 1 comment
Open

Missing http-policy xsd schemas #540

AdamCoulterOz opened this issue Apr 3, 2024 · 1 comment

Comments

@AdamCoulterOz
Copy link

In the policy template xml definition examples, the schemaLocation for http-policy and http-policy-transform don't resolve. The xsd schemas for almost every other component is available though http://www.mulesoft.org/schema/mule/.

<?xml version="1.0" encoding="UTF-8"?>
<mule xmlns="http://www.mulesoft.org/schema/mule/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:http-policy="http://www.mulesoft.org/schema/mule/http-policy"
xmlns:http-transform="http://www.mulesoft.org/schema/mule/http-policy-transform"
xsi:schemaLocation="http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd
http://www.mulesoft.org/schema/mule/http-policy http://www.mulesoft.org/schema/mule/http-policy/current/mule-http-policy.xsd
http://www.mulesoft.org/schema/mule/http-policy-transform http://www.mulesoft.org/schema/mule/http-policy-transform/current/mule-http-policy-transform.xsd">
<http-policy:proxy name="policy">
<http-policy:source>
<http-policy:execute-next/>
<http-transform:add-headers outputType="response">
<http-transform:headers>#[{'policyHeader': 'policyHeaderValue'}]</http-transform:headers>
</http-transform:add-headers>
</http-policy:source>
</http-policy:proxy>
</mule>

Specifically:

http-policy - http://www.mulesoft.org/schema/mule/http-policy/current/mule-http-policy.xsd

and

http-policy-transform - http://www.mulesoft.org/schema/mule/http-policy-transform/current/mule-http-policy-transform.xsd

both return 404.

@AdamCoulterOz AdamCoulterOz changed the title Missing http-policy ssd schemas Missing http-policy xsd schemas Apr 3, 2024
@chris-campbell9
Copy link
Contributor

@AdamCoulterOz Thank you for your contribution. We have added it to our issue tracking system for review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants