FileServer - should it allow multiple instances?
Open
enhancement
os: All
P2
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
**Sebb** ([Bug 53813](https://bz.apache.org/bugzilla//show_bug.cgi?id=53813&redirect=false)):
The FileServer class has only a single instance.
This makes it necessary to protect against changing base whilst files are open.
Would it make sense to allow multiple instances, or would that make it harder to use the class?
If multiple instances are allowed, it might be possible to make the field base (and possibly scriptName) final.
OS: All
Contributor guide
Assessment
This issue has not been assessed yet.