posted 17 years ago
Hi All,
Here is my problem.
I would like to restrict the users from being accessed the web pages directly once they are authorised.Without entering hte required information in one page user should not goto to the next page even though they type in the correct URL.To achieve this i am using filter.In my filter i am checking for an object from the faces context's session map.(i know filter can not access the Faces context directly so, i have a method to get the context).If the user tries to acce the URl directly my filter intercepting it and forwarding ot the required page.But always i am seeing the following error in the log. Can any body tell me why is this?
Note: I have gone through this discussion in different forums and some one suggesting to use context.responseComplete() statement before response.sendRedirect() statement , but it did not do any good for me.
Here is the log.
Thanks
Ven