You are not logged in Log in Join
You are here: Home » Members » Tres Seaver's Zope.org Site » Various Projects » HighlyAvailableZope » SpinningDecapitation » wikipage_view

Log in
Name

Password

 
 
FrontPage » TwistingInTheWindProblems » IndentingDTMLSpinsZope »

SpinningDecapitation

DTML Methods try to recognize and use HTTP headers from their output. The regex used by the decapitate function can spin if the output is all indented, with no blank lines. The length of the spin increases radically with the amount of indentation and the number of lines.

The SpinningDecapitationPatch should fix the problem. Note that the new decapitator will only accept a completely blank line (no spaces or tabs) as a header/body separator.