Vote #71396
完了Redmine wikitext URL-into-link creation with hyphen is wrong
0%
説明
Redmine 1.3.0
Typing test-www.example.com creates a link only for the "www.example.com" part, but the host is "test-www", and not "www".
journals
I have to use <pre> to describe the above:
<pre>Typing test-www.example.com creates a link only for the "www.example.com" part, but the host is "test-www", and not "www".</pre>
--------------------------------------------------------------------------------
How about adding the prefix "http"?
That will create the link as:
http://test-www.example.com
Maybe the Text formatting is not that smart as we expect ;)
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Maybe the "www" is the root cause?
See in below:
<pre>
test@example.com
test@www.com
</pre>
test@example.com
test@www.com
By the way, most URLs can not be recognized w/o "www" (and prefix).
e.g.
news.google.com
--------------------------------------------------------------------------------
Fixed in r11474. @test-www.example.com@ will no longer generate a broken link. Use protocol (eg. @http://@) for URLs that does not start with @www.@
--------------------------------------------------------------------------------
Merged.
--------------------------------------------------------------------------------