Hi,
In OFBiz application, if you give url like
http://localhost:8080/<application-name>/<unknown-request> will be
redirected to the redirectPath specified in Web.xml. In that case,
ContextFilter filter out the request and use this redirect path to
redirect the request. this file is responsible for redirecting the
response to control/main.
Thanks and Regards
Amit Sharma
nachi19 wrote:
Hi
can anyone give the brief description of contextfilter.java .. what is
its purpose ... and what task it does...