-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
None
-
None
NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.
See discussion on https://extranet.atlassian.com/display/~bmckenna/2011/11/01/Tiny+Lisp+in+Scala?focusedCommentId=1951285170#comment-1951285170
It works for me though, in both FF and Chrome
- duplicates
-
CONFSERVER-24320 Links and web images with URLs containing certain non-alphanumeric characters fail to save
-
- Closed
-
- relates to
-
CONFCLOUD-27064 Wikipedia links with apostrophes in the page titles do not paste as links for some users
-
- Closed
-
Testing shows the Link Browser inserting a link into the RTE with the href:
inserting a link into the RTE with the string:
Apostrophes as part of ASCII are permitted in URIs, so this link attribute should be passing through our converters without molestation. Checking the xHtml in the POST to https://extranet.atlassian.com/pages/rendercontent.action, no unexpected escaping seems to be occurring. It might be worthwhile feeding that <a> string into one of our converter unit tests and see what comes out the other side.