- editing with Composer hoses ZopeHTTPServer
I've just started playing with Zope. It rocks, but I've found a bug. When I edited and published a doc with Netscape Composer, the webserver locked up -- hitting anything on the server would just spin. - using default serve.py (wo_pcgi) as a webserver - access file shows a PUT command as it should - after a restart, management interface shows the doc was uploaded, but it's now type = application/octet-data (as opposed to text/html), and it's 0 bytes long. - from the Composer site, document looks like it was uploaded correctly. Any ideas? I'd *love* to show off Zope plus Composer to the higher-ups, but right now it would be .. inadvisable :) - j (using Zope Beta 2, Python 1.5.1 on a SGI, Irix 6.4)
At 04:43 PM 1/8/99 -0500, John Mitchell wrote:
I've just started playing with Zope. It rocks, but I've found a bug. When I edited and published a doc with Netscape Composer, the webserver locked up -- hitting anything on the server would just spin.
This is a known bug and is mentioned in the CHANGES.txt file. Basically ZopeHTTPServer does not support PUT. PCGI *does* support PUT, so if you want to use PUT now, use PCGI. In the future, Zope will use Medusa, and that will support PUT, and lots of other goodies like FTP!
I'd *love* to show off Zope plus Composer to the higher-ups, but right now it would be .. inadvisable :)
Just show it off with PCGI. -Amos
participants (2)
-
Amos Latteier -
John Mitchell