This issue has been created
There is 1 update.
 
 
XWiki Commons / cid:jira-generated-image-avatar-0bce992c-3f1a-47a4-a247-3c54d2795205 XCOMMONS-3635 Open

The HTTP client used in XWikiExtensionRepository is never closed

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-eb312257-4da8-4395-8114-1f514c4d1025 Thomas Mortagne created this issue on 24/Apr/26 10:35
 
Summary: The HTTP client used in XWikiExtensionRepository is never closed
Issue Type: cid:jira-generated-image-avatar-0bce992c-3f1a-47a4-a247-3c54d2795205 Bug
Affects Versions: 3.1 M2
Assignee: Unassigned
Components: Extension
Created: 24/Apr/26 10:35
Priority: cid:jira-generated-image-static-major-9af18d46-45b4-4cd9-ae77-d4263524666b Major
Reporter: Thomas Mortagne
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.

 
 

1 update

 
cid:jira-generated-image-avatar-eb312257-4da8-4395-8114-1f514c4d1025 Changes by Thomas Mortagne on 24/Apr/26 10:35
 
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 would also probably make sense to reuse the same client across the ExtensionSession, and take that opportunity to move to HTTP Client 5.