Hi,
We recently tried to upgrade one of our development servers from 3.7.2 to 3.8.1.
Our version of the 3.72 had the cors patch applied to it (http://issues.igniterealtime.org/browse/OF-342 )
What we've found is that the new version 3.8.1 no longer serves the cross-domain.xml policy file for BOSH requests from flash.
This means flash applications can no longer use http binding to connect to the openfire server.
We tried binding the flash cross domain handler to the http-binding using the following system properties (flash.crossdomain.enabled, flash.crossdomain.port) but that just blocked the http-bind handler from binding to that port.
Does anyone have any suggestions on how this can be fixed?