You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Brya Rice (JIRA)" <ji...@apache.org> on 2018/05/17 15:46:00 UTC

[jira] [Created] (NETBEANS-809) Using symlinks pointing to the same directory creates an infinite recursive scan

Brya Rice created NETBEANS-809:
----------------------------------

             Summary: Using symlinks pointing to the same directory creates an infinite recursive scan
                 Key: NETBEANS-809
                 URL: https://issues.apache.org/jira/browse/NETBEANS-809
             Project: NetBeans
          Issue Type: Bug
          Components: cnd - Editor
    Affects Versions: 8.2
            Reporter: Brya Rice
         Attachments: messages.log.1

Having a Symlink pointing to the same directory where the symlink is located creates an infinite recursive code scan. 

Example:

www/docroot <- original folder

www/docroot/chicago <- symlink to .

www/docroot/bayarea <- symlink to .

 

Drupal in particular requires this kind of structure

When a symlink like this is created while NetBeans is open, there is a short window to try to use UI to add the symlink to the ignored folders, however the IDE will most of the time become irresponsive within 10 sec.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists