-
Bug
-
Resolution: Fixed
-
Medium
-
6.6.7, 6.8.1, 6.9.0, 6.10.0
-
1
-
Severity 3 - Minor
-
Bug Summary:
Shell code content within code block macro is rendered as a link
Environment:
Confluence 6.9.0 Linux 64bit, postgresql9.5, all supported browsers (firefox/chrome IE11, Microsoft edge)
Steps to replicate
1) create new code block macro
2) add following code to the code block macro:
HOME=/home/oracle ./impdp_flexnet.sh
Expected results
Content of code block macro is rendered as block of /text
Actual results
line
./impdp_flexnet.sh
will be rendered as a link to non-existing page
Addtional comments:
- Issue is not reproducible on older Confluence version 6.5.0.
- When using following css customization, line ./impdp_flexnet.sh will be highlighted as a link
.wiki-content a { text-decoration: underline !important; }
- * There is no difference in page storage format between versions 6.5.0 and 6.9.0
- After adding "bash" syntax highliing bug is not visible anymore
- Replication steps recording:
http://recordit.co/vM7KIrPpIq
- mentioned in
-
Page Failed to load