Summary: | URLs ending with ".jpg/" are still assumed to be images. | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | David Edmundson <kde> |
Component: | text-ui-message-filters | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git-latest | ||
Target Milestone: | Future | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-text-ui/169f9a6ec38164c3a15b01001026e5ef4f2870bc | Version Fixed In: | |
Sentry Crash Report: |
Description
David Edmundson
2012-07-29 22:11:13 UTC
I seem to have forgotten English. the URL code simply searches for contains ".jpg" rather than making sure it's at the end. Git commit 169f9a6ec38164c3a15b01001026e5ef4f2870bc by David Edmundson. Committed on 20/03/2013 at 00:30. Pushed by davidedmundson into branch 'master'. Simplify extension matching in image filtering This also fixes a bug in which the filter would match urls that features .jpg or .png at any point in the filename not just at the end REVIEW: 109596 M +6 -10 filters/images/images-filter.cpp http://commits.kde.org/telepathy-text-ui/169f9a6ec38164c3a15b01001026e5ef4f2870bc |