session slugs containing + have broken etherpad links

Bug #855826 reported by Alan Bell
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Summit
Fix Released
Critical
Unassigned

Bug Description

for example:
http://summit.ubuntu.com/uds-p/meeting/19096/linaro-hackfest-tool%2Bocto-1/
the pad links below the page point at http://pad.ubuntu.com/uds-p-linaro-hackfest-tool+octo-1 and
http://pad.ubuntu.com/ep/pad/view/uds-p-linaro-hackfest-tool+octo-1/latest

The former does a redirect to a url swapping the + for a - the latter is a 404 page.

Related branches

Revision history for this message
Alan Bell (alanbell) wrote :

etherpad mangles Pad IDs with the following regular expression
return str.replace(/[^a-zA-Z0-9\-]/g, '-');

if we apply that to the slugs we can generate URLS with valid pad IDS

Michael Hall (mhall119)
Changed in summit:
status: New → Triaged
importance: Undecided → Critical
Changed in summit:
status: Triaged → Fix Committed
Changed in summit:
status: Fix Committed → Fix Released
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.