Skip to content

M2.1 SOAP WSDL Xml Entities double escaped #4847

@davidverholen

Description

@davidverholen

Preconditions

  1. Install Magento from 2.1 branch.

Steps to reproduce

  1. Install Magento from 2.1 branch.
  2. Call http://magento_host/soap/default?wsdl_list=1

Expected result

...

<item>
    <wsdl_endpoint>http://magento_host/soap/default?wsdl&amp;services=0</wsdl_endpoint>
  </item>

...

Actual result

the '&' is double escaped
...

<item>
    <wsdl_endpoint>http://magento_host/soap/default?wsdl&amp;amp;services=0</wsdl_endpoint>
  </item>

...

might be a duplicate of #2206
if so, will this be fixed in the next 2.1 release?

Metadata

Metadata

Assignees

Labels

Component: Framework/WebapiUSE ONLY for FRAMEWORK RELATED BUG! E.g If bug related to Catalog WEB API use just CatalogIssue: Cannot ReproduceCannot reproduce the issue on the latest `2.4-develop` branchIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedbug report

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions