This is an old post, but I have detail to add:

        
http://maillist.caucho.com/pipermail/hessian-interest/2006-August/000002.html

In BeanDeserializer we find:

        // XXX: could parameterize the handler to only deal with public
        try {
          method.setAccessible(true);
        } catch (Throwable e) {
          e.printStackTrace();
        }

The attempt to "setAccessible(true)" trips up un-signed applets, and  
the catch is not sufficient to prevent the browser from ending them!  
(Though I wish it were). If Hessian did in fact parameterize the  
handler as per the comment, this would greatly enhance (ie: enable) my  
ability to use hessian in our applet.

Thanks for your time,

- Aaron


_______________________________________________
hessian-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/hessian-interest

Reply via email to