There is 1 update, 1 comment.
 
 
Change Request Application / cid:jira-generated-image-avatar-f1da9bf9-948e-4432-9268-830730e65b15 CRAPP-399 Open

View not rendered properly when HTML 5.0 Syntax is disabled.

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-ce32b662-2e3d-4bf3-9c48-f2eb53c1f8e9 Changes by Paul Koehler on 23/Sep/25 14:34
 
Attachment: image-2025-09-23-14-34-17-804.png
 
 

1 comment

 
cid:jira-generated-image-avatar-ce32b662-2e3d-4bf3-9c48-f2eb53c1f8e9 Paul Koehler on 23/Sep/25 14:40
 

We are using the Docker Image with the Tomcat WebServer (xwiki:17.4-postgres-tomcat).

Currently running XWiki 17.4.4

Since I explored the code a bit I also found out that the Change Request Application has it's own DiffManager. Here the actual document display is HTML 5: https://github.com/xwiki-contrib/application-changerequest/blob/9f54d3a9fa5c8198742bb4c1abe318928fc27194/application-changerequest-default/src/main/java/org/xwiki/contrib/changerequest/internal/diff/DefaultChangeRequestDiffRenderContent.java#L68

The previous comment also shows, among other things, that the generated HTML is then only displayed as a single line. In contrast, the diff of two document versions produces a truly clean diff.

 

By checking two versions of a document everything works as expected.

44214_image-2025-09-23-14-34-17-804.png