incorrect URL handling
Bug #302147 reported by
Greg Grossmeier
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Gwibber |
Fix Released
|
Undecided
|
Greg Grossmeier |
Bug Description
Using rev. 149.
This URL was not correctly interpreted by gwibber: http://
If I clicked on the link it took me to "http://
Another one: http://
Interestingly enough it correctly handled this url: http://
Laconica correctly identifies these urls.
Related branches
To post a comment you must log in.
I used the URL_PATTERN from: http:// bazaar. launchpad. net/~trick/ remark/ trunk/annotate/ 54?file_ id=transform. py-200707160152 16-sz5xqfig9a7i 1jdx-1
and replace what was in microblog/ support/ __init_ _.py
It now correctly identifies the above examples. Branch with fix linked.
But there is something weird going on with a post from @evan (http:// identi. ca/notice/ 1229122): re.search. wikia.com/ search. html#Michael_ Elkins is good, though."
"@sigpipe Michael_Elkins">http://
on identi.ca it is formated like: "@sigpipe http:// re.search. wikia.com/ search. html#Michael_ Elkins is good, though."
Obviously not handling the "#" correctly.