Non fully-qualified URLs are not turned into links
Non fully-qualified URLs are not turned into links
| Issue ID: | 1303 |
| Issue Category: | bug |
| Component: | uncategorized |
| Priority: | major |
| Status: | fixed |
| Assigned: | evan |
| Milestone: | 0.8 |
We have many internal webservers which can be contacted without a fully-qualified domain name (e.g. http://host1/foo). For our internal laconi.ca install, we would like URLs that don't have fully qualified host names to be turned into links in the web interface. If there are security implications, perhaps this behavior could be turned on/off in config.php?
Thanks,

Updates
#1
I think this is just a bad assumption in the regex that decides if something should be linkified. There's no reason that http://host1/foo is not a valid URL, and no security implications that I can think of to recognising it as one.
#2
This issue has been resolved in the new URL detector work I've done. It's in the 0.8.x branch, and I believe will be in 0.8.1.
You can also subscribe to the
RSS feed for updates to this issue.