Hi @kautuk_sahni , I suspect there could be some workflow launcher associated with the video mime type which is triggering the workflow. @nithya90 Could you please check the launcher console and and also check error logs on video upload
hi @Nimma05 Since you have register the resource change listener for language copy any property change in the registered resources will trigger the listener. The methods which helps to identify the property which got updated is deprecated now.
Create a ResourceChange Listener to the content fragment folder path and clear the dispatcher cache for your servlet path DispatcherFlusher service. Limitation with this approach is dispatcher cache will be removed regardless of any cf get updated under the given path.
@KannanCh2 1) Question 1 - Deny all and allow only necessary is a standard whitelisting technique followed to enhance security and for better filter performance2) Question 2 - If you don't follow the deny all and allow necessary approach then you will end up with this code smell https://github.com...