Re: [Zope3-dev] zope.app.http.put

2005-10-26 Thread Chris Withers
Michael Kerrin wrote: There is a test in zope.app.http.put.tests.test_put to make sure that this behavior is followed but it doesn't explain why you want to do this. You could always do an svn blame, find out who wrote those lines and drop them a mail... Chris -- Simplistix - Content Mana

Re: [Zope3-dev] zope.app.http.put

2005-10-25 Thread Benji York
Michael Kerrin wrote: There is a test in zope.app.http.put.tests.test_put to make sure that this behavior is followed but it doesn't explain why you want to do this. So I can remove the code and modify the test to make sure things go through with a HTTP_CONTENT_ header. I would also add suff

Re: [Zope3-dev] zope.app.http.put

2005-10-25 Thread Stephan Richter
On Tuesday 25 October 2005 09:28, Michael Kerrin wrote: > So I can remove the code and modify the test to make sure things go through > with a HTTP_CONTENT_ header. Yes. Regards, Stephan -- Stephan Richter CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design

Re: [Zope3-dev] zope.app.http.put

2005-10-25 Thread Michael Kerrin
On Tuesday 25 October 2005 12:16, Stephan Richter wrote: > On Tuesday 25 October 2005 09:18, Michael Kerrin wrote: > >   There is some code in zope.app.http.put module that I would like to > > remove since the code in question seems a bit extreme in my opinion, and > > its breaking the twisted inte

Re: [Zope3-dev] zope.app.http.put

2005-10-25 Thread Stephan Richter
On Tuesday 25 October 2005 09:18, Michael Kerrin wrote: >   There is some code in zope.app.http.put module that I would like to > remove since the code in question seems a bit extreme in my opinion, and > its breaking the twisted integration. > >   In the default PUT handler we have the following: