Hi,


If a user does a form post after the session time-out, he/she is directed to the login page, and after re-login spring-security resumes the form posting.

I am facing the problem that all the http POST parameters gone missing after the resume.

I read that this feature was included way back in ACEGI time: http://jira.springframework.org/browse/SEC-29

So am I missing something in my configuration?

I am using Spring security 2.0.4.

Many thanks in advance.

Regards,
Yee