Michael Jouravlev wrote:
On 9/17/05, Laurie Harper <[EMAIL PROTECTED]> wrote:
Correct, Struts makes no distinction between GET and POST requests
(other than transparently doing the extra request parsing for a POST).
What do you mean by "extra request parsing for a POST"? Pulling
parameters from request body instead of the parsing URL from the
header?
Exactly.
About POST and GET: if I am not mistaken, user agent is required to
ask for confirmation if result of POST is reloaded. On the other hand,
I am not sure that this is the spec requirement, maybe not, need to
verify.
Yeah, but that's a browser behaviour and doesn't effect how the request
is actually handled once the browser submits it.
The sure difference is that redirecting from POST to POST requires
confirmation, while redirecting from POST to GET - does not.
Again, that's a browser behaviour thing rather than an issue with how
the request gets processed. It's good to keep in mind, though :-)
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]