You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Markus Rado (JIRA)" <ji...@apache.org> on 2007/04/16 17:43:34 UTC

[jira] Created: (SM-937) Poller polls subdirectory even though recursive is set to false

Poller polls subdirectory even  though recursive is set to false
----------------------------------------------------------------

                 Key: SM-937
                 URL: https://issues.apache.org/activemq/browse/SM-937
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-ftp
    Affects Versions: 3.1
            Reporter: Markus Rado
            Priority: Minor


Poller polls subdirectory even  though recursive is set to false because in the first call to pollFileOrDirectory processDir is set to true. Either the first call should use the value of property recursive or the processDir flag should be checked before starting to process the files in the directory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SM-937) Poller polls subdirectory even though recursive is set to false

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gert Vanthienen resolved SM-937.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 3.2
                   3.1.2

Thanks to Rabi Mishra for providing this patch!

http://svn.apache.org/viewvc?view=rev&revision=556821
http://svn.apache.org/viewvc?view=rev&revision=556822

> Poller polls subdirectory even  though recursive is set to false
> ----------------------------------------------------------------
>
>                 Key: SM-937
>                 URL: https://issues.apache.org/activemq/browse/SM-937
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-ftp
>    Affects Versions: 3.1
>            Reporter: Markus Rado
>            Priority: Minor
>             Fix For: 3.1.2, 3.2
>
>         Attachments: patch-ftppoller.txt
>
>
> Poller polls subdirectory even  though recursive is set to false because in the first call to pollFileOrDirectory processDir is set to true. Either the first call should use the value of property recursive or the processDir flag should be checked before starting to process the files in the directory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SM-937) Poller polls subdirectory even though recursive is set to false

Posted by "Rabi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rabi updated SM-937:
--------------------

    Attachment: patch-ftppoller.txt

patch attached


> Poller polls subdirectory even  though recursive is set to false
> ----------------------------------------------------------------
>
>                 Key: SM-937
>                 URL: https://issues.apache.org/activemq/browse/SM-937
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-ftp
>    Affects Versions: 3.1
>            Reporter: Markus Rado
>            Priority: Minor
>         Attachments: patch-ftppoller.txt
>
>
> Poller polls subdirectory even  though recursive is set to false because in the first call to pollFileOrDirectory processDir is set to true. Either the first call should use the value of property recursive or the processDir flag should be checked before starting to process the files in the directory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.