This issue has been created
 
 
Blog Application / cid:jira-generated-image-avatar-3a3a0563-5909-4b17-ba93-b21cf2803f6a BLOG-226 Open

Bad Markup in Blog-Application via https

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-595c913e-071f-4ed0-b865-dc8b20a7d1f8 Mario created this issue on 03/Mar/25 09:04
 
Summary: Bad Markup in Blog-Application via https
Issue Type: cid:jira-generated-image-avatar-3a3a0563-5909-4b17-ba93-b21cf2803f6a Bug
Affects Versions: 9.13.12
Assignee: Unassigned
Attachments: 2025-03-03 09_01_49-Das Wiki Blog - XWiki.png
Created: 03/Mar/25 09:04
Priority: cid:jira-generated-image-static-major-b359a696-18c7-4b70-a9c6-f1be3b8eacab Major
Reporter: Mario
Description:

when uncommenting xwiki.url.protocol=https in xwiki.cfg everything works fine, except the Blog-Application.
The layout smashed because of uncorrect markup of the page.

The values of variable $postDoc.uRL differs from
via http:
/xwiki/bin/view/Blog/companymobiles
to
via https:
<span class="wikigeneratedlinkcontent">https://wiki.xxx.com/xwiki/bin/view/Blog/companymobiles</span>

This leads to the following markup:
<a href="<span class="wikigeneratedlinkcontent">https://wiki.xxx.com/xwiki/bin/view/Blog/companymobiles</span>" .... >....</a>

Certainly the relative link in the first one is also correct when serving over https and that is what i expected.