Once I got the servlet response,I need to check what are the resources involved in it.
Like the below
1) What is JSP/HTML's relative path,name which is coming as a servlet response
2) What is the Images/CSS/Scripts involved in the response view files (JSP/HTML)
Can filter be useful at this point or any other approach, if it is then how? Any guidelines will be great help.