There is 1 update, 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-6767d019-9b9b-4b59-99fd-960119baf21d XWIKI-24060 In Progress

A badly parsed logged TransactionException can break the log displayer (and the script than calls it)

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-d3f84b2c-0aec-491b-ae98-924a97bb6959 Changes by Anca Luca on 08/Apr/26 03:34
 
Pull Request Status: Awaiting Committer feedback
 
 

2 comments

 
cid:jira-generated-image-avatar-d3f84b2c-0aec-491b-ae98-924a97bb6959 Anca Luca on 08/Apr/26 03:33
 

Thomas Mortagne I made the PR with the null checks in https://github.com/xwiki/xwiki-platform/pull/5377 , and assigned it to you (didn't know who to assign it to).

Regardless of when you have time to make the more complete fix, can you please merge these null checks, as they already improve the situation a lot? In my case, it allowed to unblock the functioning of the extension manager.

 
cid:jira-generated-image-avatar-d3f84b2c-0aec-491b-ae98-924a97bb6959 Anca Luca on 08/Apr/26 03:35
 
[~tmortagne] I made the PR with the null checks in https://github.com/xwiki/xwiki-platform/pull/5377 , and assigned it to you (didn't know who to assign it to).

Regardless of when you have time to make the more complete fix, can you please merge these null checks, as they already improve the situation a lot? In my case, it allowed to unblock the functioning of the extension manager
(I hit this issue for extension manager, see XWIKI-24186) .