Re: Orbeon submission retries

Leigh,

A precision: this doesn't apply to XForms submissions, but to Ajax requests
between the client and server components of our implementation.

Now it could apply to submissions too, but it's harder because you may not
have control over the service you are controlling. So you could only apply
this to HTTP methods that are idempotent, namely GET, HEAD, PUT and DELETE
as per [1].

-Erik

[1] http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html

On Wed, Mar 16, 2011 at 10:51 AM, Leigh L Klotz Jr <leigh.klotz@xerox.com>wrote:

> Should we be considering this as a controllable feature or as guidance to
> implementors?
>
> http://blog.orbeon.com/2011/03/be-persistent-if-it-fails-try-again.html
>
>
>

Received on Wednesday, 16 March 2011 18:48:25 UTC