f4lco opened a new pull request #73: Change in behavior of DefaultFileMonitor 
since VFS-702
URL: https://github.com/apache/commons-vfs/pull/73
 
 
   I currently assume the change from VFS-702 
([diff](https://github.com/apache/commons-vfs/commit/cb82adc901f571e7124e400fb60886851c941732#diff-33e19a4a4f0966e0d3b1d80f695a2f87))
 misses one important case. Previously, if directories were added to 
non-recursive file monitors, their direct file children have been registered 
for watching. Currently, that operation is a no-op.
   
   The currently failing test case included in this PR demonstrates this 
behavior. The same test case is passing before the refactoring of `addFile` as 
shown in the branch 
[filemonitor-before-addfile-refactoring](https://github.com/f4lco/commons-vfs/commits/filemonitor-before-addfile-refactoring)
 in my fork.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to