Does anybody know how to monkey patch 2.8.0 so zope can process an xform? I found the xmlFix patch but a fellow zope user pointed out that 2.8.1 breaks the monkey patch because of the zope.app.publication.HTTPPublicationRequestFactory object. Does 2.8.0 have the HTTPPublicationRequestFactory object? I cannot find it but then I also cannot seem to process the xform. Thanks! Tim
Tim Nash wrote at 2005-11-27 16:16 -0800:
... Does anybody know how to monkey patch 2.8.0 so zope can process an xform? I found the xmlFix patch but a fellow zope user pointed out that 2.8.1 breaks the monkey patch because of the zope.app.publication.HTTPPublicationRequestFactory object.
"zope.app" (and everything below) is Zope3 and not yet actively used in Zope2's "ZPublisher". Especially, it should not prevent "xform" processing by Zope2 (after you fixed its ZPublisher). -- Dieter
participants (2)
-
Dieter Maurer -
Tim Nash