I have:
URLs in messages fail to include the trailing slash. (In contrast, Signal Desktop does include the slash.)
Test link: https://www.example.com/foo/bar/ Yay!Actual result: Signal treated the trailing slash as not part of the link
Expected result: Signal should underline the trailing slash and include it in the URL when you click it


Device: Google Nexus 5X
Android version: 7.0
Signal version: 3.28.4
Duplicate of #6019? (cc @nikwen)
@2-4601 Will check that when I have a few minutes.
Had a look at this. It does in fact look like a duplicate of #6019 to me.
It is notable that this only happens if the message contains some text after the link:

@idupree commented on how one could fix this manually here, but I do not think that this is a critical issue (as the link still works) and believe that this is something that should be fixed in Linkify instead of adding workaround code to every app out there using it (remember, it's part of Android).
To be clear, I noticed this because a site had a page which was broken without the trailing slash. (This isn't very good web practice, but it happens sometimes.) I don't disagree about this issue being noncritical.
Closing as duplicate of #6019.
Most helpful comment
Had a look at this. It does in fact look like a duplicate of #6019 to me.
It is notable that this only happens if the message contains some text after the link:
@idupree commented on how one could fix this manually here, but I do not think that this is a critical issue (as the link still works) and believe that this is something that should be fixed in Linkify instead of adding workaround code to every app out there using it (remember, it's part of Android).