mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-07 18:25:23 +00:00
- The code did this: return method.invoke(target.getThis(), target.getArguments()); rather than this: return target.proceed(); - Services that used this are PublishingService, ChannelService, TransferService and old CMIS dmServicesProxyCreator - None of the above are adversely affected because the first 3 don't apply permissions and the last one uses the interceptor in reverse order - BUT: None of the aforementioned services will be auditable! git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32276 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261