Hi all,
I am playing around with security and came to testing an edit dialog but have
no suitable rights to write content. The result is: nothing happens. The dialog
stays visible.
I debugged a bit and found in SaveHandlerImpl.save() the following lines:
[code]catch (RepositoryException re) {
log.error(re.getMessage(), re);
return false;
}[/code]
So, the AccessDeniedException is caught and the view returns to the dialog.
Wouldn't it be nice to have an error message presented or a redirect to log in?
I have magnolia 4.4.4 community, but this didn't change in 4.5.2.
Thanks, Heike
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=33d5fc6e-5aaa-4d46-8f73-3c830c8efb24
----------------------------------------------------------------
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]>
----------------------------------------------------------------