-
Bug
-
Resolution: Timed out
-
Low
-
None
-
1
-
Severity 3 - Minor
-
Inserting a weblink will try to convert it to either an external link or an internal Confluence link. Not having https, but having a / will turn it into an internal link (even if it's not an existing Confluence page).
See the following table for examples
Input | Output |
www.example.com | http://www.example.com |
www.example.com/hello | http://baseurl.com/www.example.com/hello |
http://www.example.com/hello/ | http://www.example.com/hello/ |
The second example one would expect the url not to point internally, but keep it external (the user is explicitly trying to insert a web link).
- is duplicated by
-
CONFSERVER-30034 Automatically add http:// to any web link when the web link option is selected
-
- Closed
-