You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Digy (JIRA)" <ji...@apache.org> on 2010/03/23 20:54:27 UTC

[jira] Closed: (LUCENENET-346) If Lucene.Net is used under ASP.NET with impersonation enabled, accessing directory at location requiring this impersonation will fail.

     [ https://issues.apache.org/jira/browse/LUCENENET-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Digy closed LUCENENET-346.
--------------------------

    Resolution: Won't Fix

> 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.