This issue has been created
 
 
Confluence / cid:jira-generated-image-avatar-34772114-bdd6-419e-97e7-84f89c32592c CONFLUENCE-462 Open

The includedPages and excludedPages parameters are broken

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-9d8cfc05-cd0e-4e24-996d-5ac288afe8f0 Raphaël Jakse created this issue on 20/May/25 15:36
 
Summary: The includedPages and excludedPages parameters are broken
Issue Type: cid:jira-generated-image-avatar-34772114-bdd6-419e-97e7-84f89c32592c Bug
Affects Versions: 9.84.0
Assignee: Unassigned
Components: XML
Created: 20/May/25 15:36
Priority: cid:jira-generated-image-static-major-3bdbcbb5-6a59-4366-a95d-d523cc4a7b1d Major
Reporter: Raphaël Jakse
Description:

Many new features have been added to confluence-xml since includedPages and excludedPages parameters were added, without adapting them correctly in consequence.

This made these parameters useless. For these parameters to be useful, we need the following:

  • don't send blog descriptors, web preference pages, home pages when reading only a set of included pages (when filling the includedPages parameters)
  • send children of ignored pages, because in the children there can be included pages. When excluding a page, we don't necessarily want to exclude its children, it really depends why we are excluding a page

We can add a parameter to exclude children of excluded pages if that proves useful in the future.