Community

XPost - Remoting from unsigned applet - ClassLoader security

reply from David Lloyd in JBoss Remoting Development - View the full discussion

fatbatman wrote:

 

Hi Ron,

 

I never got a chance to look at this in the end, any ideas how things have changed going to remoting 3?  in short, is there an easy way to use remoting 3 from an unsigned applet? if not how to go about it...

 

As long as you're connecting back to the server which served the page, it should work under 3.1+ (however this has not been tested) because R3 does not require any of the actions that are "forbidden" to unsigned applets.  Testing might reveal that some things - like reading system properties - might not be appropriately guarded against SecurityExceptions though.

 

Also the "default" way of creating an endpoint relies on reading system properties so it might be necessary to use the more manual enpoint creation methods ("Remoting.createEndpoint(...)").

Reply to this message by going to Community

Start a new discussion in JBoss Remoting Development at Community