This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ysj.ray
Recipients meatballhat, stutzbach, ysj.ray
Date 2010-05-14.07:57:47
SpamBayes Score 0.10178477
Marked as misclassified No
Message-id <1273823869.92.0.595675465583.issue8704@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, I saw the "<!--: spam" string in headers, but it seems that this string doesn't make problems. The displaying page is correct.


But after I apply the changes you mentioned:
-    return '''<!--: spam
+    return '''\r\n\r\n<!--: spam


I got text/plain output, and the response headers are like this:

    Date	Fri, 14 May 2010 07:30:03 GMT
    Server	Apache/2.2.15 (Unix)
    Keep-Alive	timeout=5, max=100
    Connection	Keep-Alive
    Transfer-Encoding	chunked
    Content-Type	text/plain



And the content is like this:

<!--: spam
Content-Type: text/html

<body bgcolor="#f0f0f8"><font color="#f0f0f8" size="-5"> -->
<body bgcolor="#f0f0f8"><font color="#f0f0f8" size="-5"> --> -->

......



So the hole page is not displayed correctly!

Is there any problem with me?
History
Date User Action Args
2010-05-14 07:57:50ysj.raysetrecipients: + ysj.ray, stutzbach, meatballhat
2010-05-14 07:57:49ysj.raysetmessageid: <1273823869.92.0.595675465583.issue8704@psf.upfronthosting.co.za>
2010-05-14 07:57:48ysj.raylinkissue8704 messages
2010-05-14 07:57:47ysj.raycreate