There is 1 update.
 
 
XWiki Commons / cid:jira-generated-image-avatar-7cc948e9-d633-4ea7-8386-0606e9d4bbff XCOMMONS-3635 Open

The HTTP client used in XWikiExtensionRepository is never closed

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-9d5dd820-e1ac-4b4d-a734-685538e97ced Changes by Thomas Mortagne on 24/Apr/26 10:46
 
Description: The general design needs to be changed as it's not really possible to just close it right now because the response sent back by getResponse would be unusable.

It
does not seem to cause a noticeable problem in practice, but would be cleaner.

It would
also probably make sense to reuse the same client across the ExtensionSession, and take that opportunity to move to HTTP Client 5.