Is there ability to apply CUG mechanism strictly to page url instead of pattern?
I have AEM6 with SP1 installed. I set CUG according to the http://docs.adobe.com/docs/en/cq/5-6-1/howto/create_apply_cug.html as it is shown on the picture below:
[img]setup.jpg[/img]
After publishing appropriate pages and group I faced the problem that redirect to the login-page appears not only after requesting support.html page.
All these url result in redirect to the login page (it seems that "contains" approach is used for detecting gated pages):
http://localhost:4503/content/geometrixx/en/support.html
http://localhost:4503/content/geometrixx/en/support123.html
http://localhost:4503/content/geometrixx/en/supportsmth.html
http://localhost:4503/content/geometrixx/en/support-smth.html
Please note that
http://localhost:4503/content/geometrixx/en/smth-support.html page is not considered as gated and there is no redirect.
Is there ability to avoid using CUG for pattern and apply it strictly to the specified via page properties url (in this case /content/geometrixx/en/support.html) ?