Edmund Lian wrote:
> I just checked... it is indeed true that mixins to any 
> Servlet subclass
> cannot be new style classes due to the assertion in line 187 of
> ServletFactory. If you comment out that assertion, Webware is 
> happy to use
> new style class mixins.

Which assertion causes the problem?

        assert type(theClass) is ClassType

or

        assert issubclass(theClass, Servlet)

?

I assume it's the first one, right?

Is there a way to rewrite the assertion so that it still provides some
protection against screwups but works with new-style class mixins?

- Geoff


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to