We have a grails app and are using the Shiro security plugin.
We are currently using the groovy URL feature to grab the output of a page and render the contents within a DIV but when such a request is made to any of the protected Shiro pages, it presents to us the login page as Shiro does not recognise the internal request as a valid logged in user.
Does anybody have any idea how to overcome this issue?