This issue has been created
There are 2 updates.
 
 
Confluence / cid:jira-generated-image-avatar-21b853f7-e4b2-47b4-a77c-f5e3677de0a0 CONFLUENCE-358 Open

Convert empty links to links to the current document

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-4713bab2-85ec-45bb-a70d-50784f3bfd68 Raphaël Jakse created this issue on 30/Dec/24 16:11
 
Summary: Convert empty links to links to the current document
Issue Type: cid:jira-generated-image-avatar-21b853f7-e4b2-47b4-a77c-f5e3677de0a0 Bug
Affects Versions: 9.68.1
Assignee: Unassigned
Components: XML
Created: 30/Dec/24 16:11
Priority: cid:jira-generated-image-static-major-87891a5b-bc8f-466b-8426-b6d0b6e86813 Major
Reporter: Raphaël Jakse
Description:

There are such thinks as

 
                              

<ac:link ac:tooltip="an empty link"><ac:plain-text-link-body><![CDATA[this page]] ></ac:plain-text-link-body></ac:link>

{/code}

They currently produce NPEs. We need to convert them to links to the current document.

 
 

2 updates

 
cid:jira-generated-image-avatar-4713bab2-85ec-45bb-a70d-50784f3bfd68 Changes by Raphaël Jakse on 30/Dec/24 16:11
 
Description: There are such thinks as

{code}
<ac:link ac:tooltip="an empty link"><ac:plain-text-link-body><![CDATA[this page]] ></ac:plain-text-link-body></ac:link>
{
/ code}

They currently produce NPEs. We need to convert them to links to the current document.
Assignee: Raphaël Jakse