﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
23258	[PATCH] JCSCacheManager locks the wrong directory	marcello@…	team	"In `org.openstreetmap.josm.data.cache.JCSCacheManager` the cache manager always acquires a lock on the `<cachedir>/jcs` directory regardless of the `cachePath` passed to the `getCache` function.  In normal use this doesn't matter.

When unit-testing this prevents tests like `JCSCacheManagerTest::testUseBigDiskFile` to run concurrently with other tests, notwithstanding that this test uses a different cache directory of `foobar` and should thus be able to acquire a lock on this directory.

"	defect	new	minor		Core			cache JCS	
