A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
check the discussion on following post, perhaps its of some help
http://world.episerver.com/Templates/Forum/Pages/thread.aspx?id=24170
Thanks, it was helpfull!
ACL has an IsInherited property that needs to be set to false
I'm trying to create a directory and set accessright on it.
I create the directory like this:
globalDir.CreateSubdirectory("subdirectory");I then try to set access rights using UnifiedDirectoy.ACL.Add. When I add a AccessControlEntry with the Add method I get this error:
EPiServer.Core.EPiServerException: Cannot modify inherited ACL
Is there some way to create a directory without inheriting the ACL or can I bypass it in some way?