Hi Will, although removing that piece was tempting option it was not removed without providing the same functionality. Please take a look at http://documentation.magnolia-cms.com/administration/security/cross-site-access.html. Previous implementation was too slow to preserve it so we decided to implement solution used in 4.5. branch. ACLs should work as before if info.magnolia.module.extendedtemplatingkit.filters.SiteUriSecurityFilter is used instead of UriSecurityFilter. Since callback relied on SimpleUrlPattern with the site functionality it's no longer able to provide this. However you can use originalUrlPattern instead of urlPattern as checked pattern to include first level node and thus the site into the callback process (and of course instead of <site1>page1 you have to add site1/page1 pattern string).
Also you can bring back this functionality in custom url pattern implementation for callback by extending SimpleUrlPattern and re-writing the match() method logic if you prefer previous way. ondra -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=bee57717-e79f-4193-a62b-f6c4d5e0fa68 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
