On Sunday 13 January 2002 08:24, Ng Pheng Siong wrote: > > I'd usually agree with you, but in the case of WebKit.Cookie it's > > necessary. > > Do you mind elaborating on the necessity?
The webware developers chose to create a webware specific cookie class that goes by the same name as one in the standard library. It contains an instance of the standard cookie class rather than subclassing it (I really don't understand why). Thus, it's a good idea to have an assert in the code that makes sure that the correct cookie class is being used. > > I'd interested if you had any comments on the SSLDispatcher I've > > started working on for WebKit, using M2Crypto: > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/expwebware/Webware > >/WebKit/MultiPortDispatcher.py?rev=1.1&content-type=text/vnd.viewc > >vs-markup > > I've downloaded it. What other pieces do I need to run this? It's part of the expermental refactored Webware package I've been working on - http://sourceforge.net/cvs/?group_id=41909. The SSL stuff is just a rudimentary skeleton at the moment and I've never actually tested it. Have a look at the test code at the bottom of the MultiPortDispatcher module. Tavis _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
