Yeah, thanks... I guess it's the same-domain policy you're referring to?
I'm aware of that, I was wondering why anything would connect to localhost. I wasn't aware of the fact that the DefaultSocketSessionConfig was connecting to itself, which I found out after digging into the sources. I'm sure there is a good reason for it to do so, but it's obviously not something an applet would want to do.

Anyone know of a way to get around this without digging too far into the framework? Would be a shame if the NIO-part of Mina wasn't usable in applets.

Alex

Emmanuel Lecharny wrote:
Alexander Sagen wrote:
Hello!
Hi,

I have a server and client both running Mina (2.0.0-M3).
The client is running as an applet and is connecting through the filters that do object serialization and ssl. When I run the client in the browser (firefox) I get the following exception:
http://java.sun.com/sfaq/.  Good to read before programming an appelt.


Reply via email to