There are 5 updates, 1 comment.
 
 
XWiki Commons / cid:jira-generated-image-avatar-20366e0d-cb54-4172-b44d-c53c4787cc00 XCOMMONS-2349 Closed

Improve performance of AttributeFilter in HTMLCleaner

 
View issue   ยท   Add comment
 

5 updates

 
cid:jira-generated-image-avatar-4e11eebe-915c-41d1-9af2-8f78f1f49b35 Changes by Michael Hamann on 25/Jun/26 18:07
 
Fix Version: 18.6.0-rc-1
Documentation in Release Notes: N/A
Documentation: N/A
Resolution: Fixed
Status: Open Closed
 
 

1 comment

 
cid:jira-generated-image-avatar-4e11eebe-915c-41d1-9af2-8f78f1f49b35 Michael Hamann on 25/Jun/26 18:11
 

The XPath has been completely replaced by a simple DOM traversal now. For reference, in case we should again have a similar need of having to manage non-thread-safe objects, an ObjectPool could be an interesting solution.