This issue has been created
There are 4 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-1b681f49-1560-4257-aec1-8fc0b8f9cda6 XWIKI-23422 Open

Default RequestParameterConverter#converter doesn't handle RequiresHTMLConversion anymore

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-70cef082-dde3-49df-902f-8e51abb0b683 Simon Urli created this issue on 30/Jul/25 11:53
 
Summary: Default RequestParameterConverter#converter doesn't handle RequiresHTMLConversion anymore
Issue Type: cid:jira-generated-image-avatar-1b681f49-1560-4257-aec1-8fc0b8f9cda6 Bug
Affects Versions: 17.4.0
Assignee: Unassigned
Components: WYSIWYG Editor
Created: 30/Jul/25 11:53
Priority: cid:jira-generated-image-static-blocker-2e3ce3ad-55b3-4328-9989-3756637ce0ef Blocker
Reporter: Simon Urli
Description:

The DefaultRequestParameterConverter use to handle properly conversion of requests sent by the WYSIWYG editor which included a RequiresHTMLConversion parameter. Since XWIKI-23205 the default component only handle the conversion of requests containing a RequiresConversion parameter, the older ones are now handled by a component having the html hint.
As a result, code that was relying on injecting the default component is not working properly anymore.

XWIKI-23384 fixes one API method but I forgot to actually fix RequestParameterConverter#convert(ServletRequest).

 
 

4 updates

 
cid:jira-generated-image-avatar-70cef082-dde3-49df-902f-8e51abb0b683 Changes by Simon Urli on 30/Jul/25 11:53
 
Fix Version: 17.7.0-rc-1
Fix Version: 17.4.3
Fix Version: 17.6.1
Assignee: Simon Urli