mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
60017: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3) 59976: WebDAV: AccessDenied exceptions should not have stack traces logged. A general fix, but also relevant to MNT-10380 in particular. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62254 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -408,7 +408,7 @@ public abstract class WebDAVMethod
|
|||||||
catch (AccessDeniedException e)
|
catch (AccessDeniedException e)
|
||||||
{
|
{
|
||||||
// Return a forbidden status
|
// Return a forbidden status
|
||||||
throw new WebDAVServerException(getStatusForAccessDeniedException(), e);
|
throw new WebDAVServerException(getStatusForAccessDeniedException());
|
||||||
}
|
}
|
||||||
catch (Throwable e)
|
catch (Throwable e)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user