Jan. 18, 2011
7:23 a.m.
On 01/17/2011 09:22 PM, Norbert Hartl wrote:
While trying to consume some PUT urls with Seaside-REST I noticed that the transmitted content is missing. I tried Comanche as well as swazoo. At this moment I'm not sure if I did something wrong but I seems that only GET and POST are treated.
Does anyone has some experience on this?
Comanche should work because uploading a Monticello version to SqueakSource is a PUT. Note that Seaside applications (WAApplication) only support GET and POST but request handlers support everything. That's in Seaside 3.0 at least. Cheers Philippe