New issue
Advanced search Search tips

Issue 793882 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Sep 12
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

URLs should be more readable (use '/' instead of '%2F')

Project Member Reported by estaab@chromium.org, Dec 11 2017

Issue description

Logdog URLs are hard to read since the slashes are url encoded to %2F.

I'm not sure what the best solution is but it might be because we're passing in the path as a query parameter. We could instead make it part of the fragment or the URL path.
 

Comment 1 by d...@chromium.org, Dec 11 2017

Yep, that's exactly why, and that's a fine solution.

The viewer AppEngine URL will have to switching to mapping a glob (/v/*) to the viewer's "index.html" to catch the full URL, which should be fine.

Note that for compatibility, he query parameter will continue to have to be supported.
Status: Fixed (was: Available)
New viewer uses URL path, so they get slashes.

Sign in to add a comment