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
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Subscribe to Tutorials
Related Tutorials
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
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program 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
Archived Comments
1. Typecasting concept helped me alot in solving my p
View Tutorial By: Arun at 2010-09-02 00:23:38
2. Thank you very much. Very useful. You are the best
View Tutorial By: lin at 2011-01-19 00:09:35
3. thanks sir for giving such basic knowledge of J2ME
View Tutorial By: rahul aware at 2011-11-01 05:01:07
4. i am getting d following error:-
Se
View Tutorial By: nikitha at 2013-02-07 09:23:12
5. main is not needed for a simple program...
View Tutorial By: manoj at 2012-05-29 17:46:08
6. I need Structs full notes with examples
View Tutorial By: Thomas at 2012-10-24 11:18:11
7. you can use multiple switch statements depending o
View Tutorial By: moshood at 2012-04-01 13:24:41
8. oh tnx a lot!i'v been lookin for a code like this!
View Tutorial By: LES at 2012-01-13 12:55:09
9. its not solve my problem.i.e
the concept is
View Tutorial By: murli at 2010-10-02 23:23:11
10. a very rare but useful tutorial. Thanks a bunch!
View Tutorial By: Dalitso at 2014-02-19 12:07:34