Fixed bug in SqlServerSettingsStorageProvider and AclManager: ACL entries were kept in memory, causing problems with web-farm deployments.

This commit is contained in:
Dario Solera 2010-01-02 10:56:08 +00:00
parent bdcb8179e8
commit 2d8ce95810
12 changed files with 726 additions and 261 deletions

View file

@ -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" />