[Zope] Roxen patch

Bill Anderson bill@libc.org
Fri, 26 May 2000 13:18:56 -0600


"Magnus Heino (Rivermen)" wrote:
> 
> Hi.
> 
> I have lost the patch for Roxen 1.3 to work properly when you enable
> RXML-parsing for CGI, i.e. Zope.
> 
> Who has it?


Basically, load up <roxenhome>/server/modules/scripting/cgi.pike
FInd the case statement for Content-Header, etc. (IIRC around line 220?)
and add:

	Content-Length:
		break;

(or whatever the proper pike is, look at the neighboring pike to see).