On 20 Nov 2011, at 22:30, Lukas Renggli wrote:
Yes please, because the current Zinc does not work otherwise for POST requests.
Name: Zinc-Seaside-SvenVanCaekenberghe.21 Author: SvenVanCaekenberghe Time: 20 November 2011, 10:55:28 pm UUID: 2d3dd79e-7210-4e42-ba85-b08e6f74b689 Ancestors: Zinc-Seaside-SvenVanCaekenberghe.20 added a new implementation of ZnZincServerAdaptor>>#requestBodyFor: this idea is that we have to return a String that contains the raw entity bytes. we don't do this when #requestFieldsFor: returns that data in an other form (i.e. when it is a POST with application/x-www-form-urlencoded or multipart/form-data). still this is inefficient for ZnStringEntity objects with a non-trivial encoding since they will be reencoded after just being decoded.