Hello Team, This is related best practice for setting the dispatcher filters ,Suppose we have following two rules,0001 { /type "allow" /glob "/bin/*" } 0002 { /type "allow" /url "/bin/*" } What are the advantages and disadvantages of glob and url pattern in above case, which one is suggested...