To whom it may concern, This message is regarding the changes to PickleRPCServlet made in response to the message on 2002-06-08 by Ian Bicking titled "Content-type handling in HTTPRequest". Using the CVS version of WebWare after that change, a problem occurs when trying to use PickleRPC. The issue is that MiscUtils/PickleRPC.py checks the content-type to make sure it uses the new type 'text/x-python-pickled-dict' (line 319 in MiscUtils/PickleRPC.py); however, WebKit/PickleRPCServlet.py still uses the old content-type of 'text/python/pickle/dict' (line 128 in WebKit/PickleRPCServlet.py). Chanking PickleRPCServlet to send the appropriate type seems to fix the problem.
TJK ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
