YARN-8866. Fix a parsing error for crossdomain.xml.
This commit is contained in:
parent
e6444f1c64
commit
8dc1f6dbf7
|
@ -18,7 +18,12 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
|
<!DOCTYPE cross-domain-policy [
|
||||||
|
<!ELEMENT cross-domain-policy (site-control)*>
|
||||||
|
<!ELEMENT site-control (#PCDATA)>
|
||||||
|
<!ATTLIST site-control
|
||||||
|
permitted-cross-domain-policies CDATA #REQUIRED>
|
||||||
|
]>
|
||||||
<cross-domain-policy>
|
<cross-domain-policy>
|
||||||
<!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->
|
<!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue