posted 16 years ago
Hello ranchers
Consider this code I have taken this from HFSJ chapter 13 pg no:695.
Request path Filter Sequence
Case 1: /Recipes/HopsList.do - 1,2,5 (My answer) 1,5,2 (Book answer)
Case 2: /Recipes/Modify/ModRecipes.do - 1,4,5(My answer) 1,5,4 (Book answer)
Its given in the book that "filters with matching url-pattern are placed in the chain in the orderin which they are declared in the DD". So In my case 1,Filter 2 is declared before filter 5 so it should be placed first in the filter chain before filter 5. Correct me if I am wrong.
Thanks
Srividhya