-
Bug
-
Resolution: Fixed
-
High
-
6.4.0, 6.6.1, 6.6.3, 6.7.2, 6.9.0
-
10
-
Severity 2 - Major
-
53
-
Environment
- Create a question in space as Admin and add an image to it
- Access same question as an ordinary user who has permission to question and space, the image will be broken
same contentID
- URL when admin create Question and add an image to it: display/TEST/questions/2654304/question-by-admin
- URL when user access question : display/TEST/questions/2654304/question-by-admin
- URL when you do right click on the broken image and open in a new tab: display/TEST/questions/2654304/question-by-admin
Scenario 2
- Create a question in space as an ordinary user and add an image to it
- Access this question using Admin account, the image will be broken
notice at this scenario the id changes in URL and workaround 2 provided on this bug fixed the issue
Expected Results
Image to be rendered correctly for all admin and users
Actual Results
image broken:
- The request for the image without effect will return 404.
- The request for the image with effect will return 403.
Workaround For Scenario 2 - for Existing Questions
- Open the faulty Question.
- Right Click on the broken image of the Question and Open Image in a New Tab.
- Match the URL of the Question and the New Tab. Update the number after attachments in the New Tab to be the same as the the number after questions and press Enter.
- The Image will be displayed.
- Download this image.
- Edit the faulty Question and re-attach the image.
Notes
- These are two bug CONFSERVER-55241 CONFSERVER-55142 that related to broken images on questions but this is not exactly the same scenario as raised here.
- is related to
-
CONFSERVER-55142 Images in Questions for Confluence don't work
- Closed
- mentioned in
-
Page Loading...