If Lucene.Net is used under ASP.NET with impersonation enabled, accessing
directory at location requiring this impersonation will fail.
---------------------------------------------------------------------------------------------------------------------------------------
Key: LUCENENET-346
URL: https://issues.apache.org/jira/browse/LUCENENET-346
Project: Lucene.Net
Issue Type: Bug
Environment: Windows XP, Windows Server 2003, IIS
Reporter: Chris Armour
Priority: Minor
Upon closing an index writer, Merge can be called spawning another thread.
This new thread doesn't have any knowledge of current ASP.NET impersonation.
This is easily resolved by retrieving an
System.Security.Principal.WindowsIdentity in constructor of MergeThread (or
possibly ThreadClass) if impersonation is active and making this
WindowsIdentity available to the new thread itself.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.