I've just started using webkit, and have come across what I think is a bug.
Page.py doesn't call HTTPServlet's initializer, and therefore, my subclass
failed with '_methodForRequest not defined' (or similar).
I added a simple superclass-constructor call in Page.py, and it was all fine.
Is this a bug, or am I missing something in terms of how I should be using the
library?
Also, it would be nice to have a simple example showing an equivalent of
the publisher functionality in mod_python/Zope, ie what are the rules for
resolving objects, and can you call methods on the objects directly in the
URL?
Otherwise, nice work!
Best Regards,
Tushar.
