I tried searching for an answer to this but I can't seem to locate one.
I'm struggling with the RE for protecting URLS.
I need to protect a file such as test.html but also test.html?queryString=fdsfjsdklf
I tried something like \A/addemployee.html.*\Z=ROLE_ADMIN but that didn't seem to have any affect. (it worked for addemployee.html? but not addemployee.html?a) What is the correct syntax?
Thanks
-Scott


