There is 1 update.
 
 
XWiki Commons / cid:jira-generated-image-avatar-a22aa755-de43-42cb-8cf9-4daf81884233 XCOMMONS-3635 Open

The HTTP client used in XWikiExtensionRepository is never closed

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-fa59dda9-6560-48db-be26-11550d1657dc Changes by Thomas Mortagne on 24/Apr/26 11:08
 
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
(it's currently using HTTP Client 4) .