Does anyone have any experience with Java pulling data from another domain? Assuming my client has a minimum of 1.6.0_10, how likely is it for it to work. I've seen some posts saying it works, then others saying it doesn't, and still others saying it's broken in the later micro-updates. Any insight would be appreciated.
Thanks,
-Dan
The crossdomain.xml
in 6u10 has restricted functionality. It requires a policy allowing any code from any site to connect. See the documentation for more details.
There has been at least one case where an early access release has broken crossdomain.xml
, but fixed before update was completed.
来源:https://stackoverflow.com/questions/1908083/java-and-crossdomain-xml