mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-19592 "Intermittent 403 in CMIS Calls"
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@54589 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -83,7 +83,10 @@ public class AlfrescoCmisServiceInterceptor implements MethodInterceptor
|
||||
" Effective auth: " + AuthenticationUtil.getRunAsUser() + "\n");
|
||||
}
|
||||
|
||||
service.beforeCall();
|
||||
if(!methodName.equalsIgnoreCase("close"))
|
||||
{
|
||||
service.beforeCall();
|
||||
}
|
||||
|
||||
if(debug || trace)
|
||||
{
|
||||
@@ -101,7 +104,10 @@ public class AlfrescoCmisServiceInterceptor implements MethodInterceptor
|
||||
{
|
||||
FileFilterMode.clearClient();
|
||||
|
||||
service.afterCall();
|
||||
if(!methodName.equalsIgnoreCase("close"))
|
||||
{
|
||||
service.afterCall();
|
||||
}
|
||||
|
||||
if(debug || trace)
|
||||
{
|
||||
|
Reference in New Issue
Block a user