On Tue, Feb 23, 2010 at 11:50 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:

> -----BEGIN PGP SIGNED MESSAGE----->> What's "flow-resuming" is ?How a
> request can be "resumed" ?Doesn't this goes
> >> againt the idea
> >> of "http is staitless" ,that's vrey interesting?
>
>
So,the "flow-resuming" you were talking about is just the mechanism of
storing the
request parameters and url and use them again after successful
authentication,right?
Yes,this probably would not work with custom session ,since tomcat probably
stores the parameters and url in session.
For this particular issue however i have implemented my own mechanism
using custom cookies (server side cookies).
Of course,all this is probably can not be reused and is tied to my
particular
env. .
But it is a "yes this can be done if really needed" email.
Evgeny


> See section 12.5.3 of the servlet (2.5) specification which lays this
> all out in plain English.
>
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkuETaUACgkQ9CaO5/Lv0PDHggCeOrnsxbjOuB0THbM80BBmeJSe
> BEEAnRglqa3NXiGhX7+2IoFIWbotMCLl
> =4KTl
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to