Hi, Am Montag, den 05.05.2008, 15:17 +0200 schrieb Tobias Bocanegra: > On 5/5/08, Felix Meschberger <[EMAIL PROTECTED]> wrote: > > (1) Standard HTTP Response, e.g. 201 for a resource creation > > (2) Redirect > > (3) HTML Response > ... > > (a) would this suit your needs ? > > (b1) do you want a parameter to enable (3) - (1) is default > > or (b2) do you want a parameter to enable (1) - (3) is default > this would suit my need for hidden-form posts. i don't care which > behavior is the default. although we need to change some code in our > product, i think that (1) should be the default :-)
So, we reached consensus and I created SLING-422 [1]. There will be a new parameter :status whose value defines whether a standards HTTP response or a 200 response is sent: If :status is "alwaysok", the 200 response is sent. Otherwise - other value for :status or :status not set - a standard response is sent. Regards Felix [1] https://issues.apache.org/jira/browse/SLING-422
