There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-ca848e9f-fe03-4353-b220-01439257c14f XWIKI-24658 Open

Component not always applying the priority

 
View issue   ·   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-400dbba9-f57c-4bbd-8670-f9acbe3c44af Josué Tille on 04/Aug/26 15:39
 

The initial need was to add some additional property in the PDF export Job. With the old FOP export it was quite easy to retrieve the request parameter in the PDF template because we had access to the request object with all export parameter. With the new web export it's not possible as it's done asynchronously and the mapping from the request to the Job is done in the DefaultPDFExportJobRequestFactory that's why I need to override it.