Summary: | URL parser recognizes addresses starting with http:// or https:// only | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Kai Uwe Broulik <KaiUweBroulik2> |
Component: | text-ui | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git-latest | ||
Target Milestone: | 0.4.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kai Uwe Broulik
2011-04-07 19:12:12 UTC
I just noticed a message like: "http://www.kde.org foobar foo" (in HTML "http://www.kde.org<br/>foobar") will become like this in HTML: "<a href="http://www.kde.org">http://www.kde.org<br/>foobar</a> foo" because the newline "<br/>" is parsed as being part of the url. Git commit a2ccf85e6cb3be91f8033c9f3b93235910c545f2 by Francesco Nwokeka. Committed on 11/04/2011 at 14:51. Pushed by nwokeka into branch 'master'. Fix bug 270345 : URL parser recognizes addresses starting with http:// or https:// only now smb, ftp links are detected as well BUG: 270345 REVIEW: David Edmundson M +14 -2 lib/adium-theme-view.cpp http://commits.kde.org/telepathy-chat-handler/a2ccf85e6cb3be91f8033c9f3b93235910c545f2 |