HTTP only allows reading from one file at a time
------------------------------------------------
Key: VFS-240
URL: https://issues.apache.org/jira/browse/VFS-240
Project: Commons VFS
Issue Type: Bug
Affects Versions: 2.0
Reporter: Ralph Goers
Assignee: Ralph Goers
Fix For: 2.0
VFS 164 modified HttpClientFactory to use a single connection per thread. The
consequence of this is that only a single file can be accessed at a time.
Several applications, such as Commons Configuration and XML includes will read
a second file while processing the first. In the case of Commons Configuration
an IOException is being thrown when the first file is closed because it was
already closed by ThreadLocalHttpConnectionManager.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.