URL's href should not be mangled

Bug #1176024 reported by Facundo Batista
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-oops-tools
Triaged
Low
Unassigned

Bug Description

In the oops page, when the URL is very long, it's mangled (cut in the middle and put some "..." in it).

This is ok for the URL shown, but the destination should not be touched.

This is an example of this.

<li>URL: <a href="http%3A//10.33.16.19%3A443/smartscopes/v1/search%3Fgeo_store%3DRU%26q%3D%25D0%25BF%26platform%3Dunknown-13.04%26sess_hash%3D6%26locale%3Dru_RU.UTF-8%26added_scopes%3Dcode-manpages.scope%26removed_scopes%3Dcalendar-evolution.scope%2Ccode-devhelp.sc ... cope%2Cmore_suggestions-amazon.scope%2Cmore_suggestions-u1ms.scope%2Cgraphics-colourlovers.scope%2Cphotos-facebook.scope%2Cphotos-flickr.scope%2Cfiles-gdrive.scope%2Crecipes-gourmet.scope%2Cmusic-guayadeque.scope%2Cmore_suggestions-skimlinks.scope">http%3A//10.33.16.19%3A443/smartscopes/v1/search%3Fgeo_store%3DRU%26q%3D%25D0%25BF%26platform%3Dunknown-13.04%26sess_hash%3D6%26locale%3Dru_RU.UTF-8%26added_scopes%3Dcode-manpages.scope%26removed_scopes%3Dcalendar-evolution.scope%2Ccode-devhelp.sc ... cope%2Cmore_suggestions-amazon.scope%2Cmore_suggestions-u1ms.scope%2Cgraphics-colourlovers.scope%2Cphotos-facebook.scope%2Cphotos-flickr.scope%2Cfiles-gdrive.scope%2Crecipes-gourmet.scope%2Cmusic-guayadeque.scope%2Cmore_suggestions-skimlinks.scope</a></li>

In short, there it is:

  <li>URL: <a href="mangled-url">mangled-url</a></li>

And it should be:

  <li>URL: <a href="untouched-url">mangled-url</a></li>

Changed in python-oops-tools:
status: New → Triaged
importance: Undecided → Low
tags: added: oops
William Grant (wgrant)
tags: removed: oops
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.