Need more info on how ignoreurlparams works in dispatcher
Hi,
I am a newbie to AEM and was trying to understand ignoreurlparams which is very confusing.
Could you help me with which urls would be cached and does order also has significance?
/ignoreUrlParams
{
/001 { /glob "*" /type "deny" }
/002 { /glob "param1" /type "allow" }
/003 { /glob "param2" /type "allow" }
}
URL 1: /mysite/mytest.htmI?param2=a
URL 2: /mysite/mytest.htmI?param1=s¶m2=a¶m3=h
URL 3: /mysite/mytest.htmI?param10=local
URL 4: /mysite/mytest.htmI?param1=s
URL 5: /mysite/mytest.htmI?param2=a¶m1=s