dx42 / MockFtpServer

Apache License 2.0
14 stars 3 forks source link

AbstractFakeFileSystem is not thread safe #18

Closed setuper closed 1 year ago

setuper commented 1 year ago

Class member AbstractFakeFileSystem.entries uses a simple HashMap (not ConcurrentHashMap). For this reason I get ConcurrentModificationException when running in parallel.

chrismair commented 1 year ago

Available in MockFtpServer version 3.1.0