Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 4.4
-
Fix Version/s: 4.4.1
-
Component/s: None
-
Labels:
-
Tests:Integration
-
Difficulty:Unknown
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
Description
I'm "offloading" my public xwiki content from the https xwiki instance to a http accessible location with:
space=DevNotes; site="www.example.com" curl "https://${site}/xwiki/bin/export/${space}/Page?format=html&pages=${space}%25" >${tmpFile}
It works for several years, but now only the resources are exported and the content pages are missing.