Re: [Factor-talk] Bug in Furnace header handling

2009-03-07 Thread Slava Pestov
Hi Chris, Sorry for the late response. The XML data was showing up because Factor was printing a response error. The HTTP server code was overzealous when validating headers, and it would reject headers containing a quotation mark. I've changed this so your code should work now. Slava On

[Factor-talk] Bug in Furnace header handling

2009-03-01 Thread Chris Double
There appears to be a bug in the way Furnace is handling headers. I've attached a simple webapp that demonstrates it. Put this app in a extra/webapps/badapp directory. Then do: USE: webapps.badapp badapp main-responder set-global [ httpd ] in-thread From a shell: wget -S