Comment on Tutorial - Error: File does not exist: crossdomain.xml in your server error logs By Emiley J



Comment Added by : Mark McWhirter

Comment Added at : 2012-10-09 05:58:14

Comment on Tutorial : Error: File does not exist: crossdomain.xml in your server error logs By Emiley J
The xml listed above will allow ANY domain to execute code, something that I would not want on my site. For me a better strategy is by default to disallow all domains, and adding on a case-by-case basis:

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<site-control permitted-cross-domain-policies="none"/>
</cross-domain-policy>


View Tutorial



Related Tutorials

Java program to get location meta data from an image

Program using concept of byte long short and int in java

Update contents of a file within a jar file

Tomcat and httpd configured in port 8080 and 80

Java File

Java String

Count number of vowels, consonants and digits in a String in Java

Reverse a number in Java

Student marks calculation program in Java

Handling Fractions in Java

Calculate gross salary in Java

Calculate average sale of the week in Java

Vector in Java - Sample Program

MultiLevel Inheritance sample in Java

Multiple Inheritance sample in Java

Archived Comments

1. Write a program to input the number and use switch
View Tutorial          By: abdulaziz at 2014-03-28 16:22:35

2. Works great! Thanks!
View Tutorial          By: Ewa at 2013-06-19 10:52:07

3. Thanks ! I found it very useful !
View Tutorial          By: Rownak Ehsan at 2008-04-29 00:50:10

4. Excellent work mate! works like a charm! Lifesaver
View Tutorial          By: jmcg at 2015-01-29 02:31:56

5. Lots of thanks for this example
View Tutorial          By: Santosh at 2011-06-28 16:42:25

6. Hi All,

This SMS code is working fi

View Tutorial          By: Munavar at 2008-01-27 22:53:31

7. can you give me tutorial how to copy phonebook to
View Tutorial          By: rico at 2010-04-04 21:07:57

8. Thanx.. it helps me a lot, now.. i have 1 more que
View Tutorial          By: GuzZpaWn at 2012-01-15 17:19:29

9. awesome. thanks for the info
View Tutorial          By: Darren at 2010-05-09 19:55:22

10. it was nice and helpful for me.
View Tutorial          By: mayank at 2015-03-01 08:35:48