Hello. I'm playing around with Webware 0.8.1, specifically PickleRPCServlet, and I've developed a nasty bruise on my head from banging it against the wall. Specifically, I'm trying to override the allowedGlobals() method in my servlet, but PickleRPC doesn't seem to see my list.

I've gone into PickleRPC.py and added a "print str(self.allowedGlobals()" to SafeUnpickler.findGlobal(), and it comes up empty. Am I doing something wrong?

I've attached two small scripts which should illustrate what I'm talking about; the servlet itself (Dill.py) and a client test script (DillTest.py).

Thanx in advance!
--
=================================================
[EMAIL PROTECTED]               Stephen Semeniuk
Sentai Advanced Research Corporation

If you're not part of the solution,
  you're part of the precipitate.

Attachment: Dill.py
Description: application/py


Attachment: DillTest.py
Description: application/py

Reply via email to