Fixed bug in SqlServerSettingsStorageProvider and AclManager: ACL entries were kept in memory, causing problems with web-farm deployments.
This commit is contained in:
parent
bdcb8179e8
commit
2d8ce95810
12 changed files with 726 additions and 261 deletions
|
@ -48,7 +48,7 @@
|
|||
<Link>AssemblyVersion.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="IIndexConnector.cs" />
|
||||
<Compile Include="SqlAclStorer.cs" />
|
||||
<Compile Include="SqlAclManager.cs" />
|
||||
<Compile Include="SqlClassBase.cs" />
|
||||
<Compile Include="SqlFilesStorageProviderBase.cs" />
|
||||
<Compile Include="SqlIndex.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue