Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
1.0.7
-
None
-
Unknown
-
Description
Reproduction steps:
- Prevent unregistered guest user from being able to see any page on a wiki through Global Administration Rights settings
- Create a page from Article Template and make it available (grant at least view rights) to unregistered guest user
Result:
- Images are present in 2 places, attachment section at the page bottom, and in the right side of the template but from unregistered user point of view, these last two images did not load
- http://localhost:8080/bin/download/Templates/Article/Template/WebHome/image1.jpg?rev=1.1 : failed and returned a 401 (not loaded figure 1)
- http://localhost:8080/bin/download/Interesting%20Findings/WebHome/image1.jpg?width=48&rev=1.1 : succeed and displayed in bottom section (loaded figure 1)
Expected Result:
- Every images on this page should load, either resources should be loaded from same URL.
Attachments
Issue Links
- is related to
-
XWIKI-18113 Attachments are not always copied from a template
- Closed