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:
Steven Glover
2013-08-28 14:45:23 +00:00
parent 859d4b9ce4
commit 59af34db38
2 changed files with 13 additions and 11 deletions

View File

@@ -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)
{