[
https://issues.apache.org/jira/browse/TENTACLES-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14133663#comment-14133663
]
Andy Gumbrecht commented on TENTACLES-8:
----------------------------------------
Win platforms have serious issues with paths longer than 255. Win 8 handles
this better, but still have to delete sub-directories before parent directories
to get around the issues.
Also there is an issue with generated links and paths using invalid symbols.
For example the generated archive.html contains: '<a
href="content/http:/repository.apache.org...' which needs to be escaped to '<a
href="content/http_/repository.apache.org...' (and directory 'http:' renamed to
'http_'), or to reduce the path maybe even '<a href="content/http/r.a.o...'.
Even pruning empty directories would good.
The first sub-directory that actually contains anything on TomEE is:
/content/legal/content/http_/repository.apache.org/content/repositories/orgapachetomee-1039/org/apache
Anyway, thanks for pushing the patch - I'll look into these other issues and
push more soon.
> NexusClient is not closing connections
> --------------------------------------
>
> Key: TENTACLES-8
> URL: https://issues.apache.org/jira/browse/TENTACLES-8
> Project: Apache Tentacles
> Issue Type: Bug
> Reporter: Andy Gumbrecht
> Assignee: Philipp Ottlinger
> Attachments: Fix_http_client.patch
>
>
> Default client connection limit is 5, after the first five items are download
> it is game over.
> Patch supplied. Could probably do with more try/finally blocks
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)