-
Bug
-
Resolution: Fixed
-
Medium
-
3.5.9
When copying pasting this in code macro
echo "<html><head> <meta HTTP-EQUIV=\"REFRESH\" content=\"0; url=https://xxxxxx.fr/xxx-xxx-tool/\" </head> </html>" > /var/www/isissc01g/html/index.html
echo '<html><head> <meta HTTP-EQUIV="REFRESH" content="0; url=https://xxxxx.fr/xxx-xxx-tool/" </head> </html>' > /var/www/isissc01g/html/index.html
We have
echo "<html><head> <meta HTTP-EQUIV=\"REFRESH\" content=\"0; url=>https://xxxxxx.fr/xxx-xxx-tool/\" </head> </html>" > /var/www/isissc01g/html/index.html echo '<html><head> <meta HTTP-EQUIV="REFRESH" content="0; url=>https://xxxxx.fr/xxx-xxx-tool/" </head> </html>' > /var/www/isissc01g/html/index.html
- url Before : url=https://xxxxxx.fr/xxx-xxx-tool
- url After : url=>https://xxxxxx.fr/xxx-xxx-tool
- duplicates
-
CONFSERVER-23570 Code in code block macro gets mangled when http:// is included in <a href="..."> tag.
-
- Closed
-