Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problems with j_security_check

843833Jul 4 2006
Hi,

I am using j_security_check for authentication in my application. I have also written a filter class.

In My filter class am calling j_security_check by giving :
argChain.doFilter(argRequest, argResponse);

After executing this am trying to forward my request to another jsp by giving request.getRequestDispatcher("url").forward(request, response).
When i give this am getting the error IllegalStateException. Response is already committed.

I appreciate if any one please tell me how to forward to another jsp from this filter class after calling j_security_check through filters.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 1 2006
Added on Jul 4 2006
0 comments
142 views