Phabricator 'To Do' URL format and search error #52676

Closed
opened 2017-09-07 18:40:00 +02:00 by Paul R · 11 comments

Short description of error
Phabricator To Do link seems malformed. Query/search also fails. Affects Firefox 56 and Chrome 59 on Linux. Also Safari/OSX.

Exact steps for others to reproduce the error
https://developer.blender.org/maniphest/project/2/type/Bug/
On this page, go to To Do link.

Firefox shows the URL with a space between To Do, Chrome shows To%20Do. But in both cases, going to edit query and performing a search returns:

//Exception
Refusing to redirect to local resource "/maniphest/project/2/type/To Do/query/X2xeUYhNBKUi/#R". This URI is not formatted in a recognizable way.//

phabricator_to_do_url.png

**Short description of error** Phabricator To Do link seems malformed. Query/search also fails. Affects Firefox 56 and Chrome 59 on Linux. Also Safari/OSX. **Exact steps for others to reproduce the error** https://developer.blender.org/maniphest/project/2/type/Bug/ On this page, go to To Do link. Firefox shows the URL with a space between To Do, Chrome shows To%20Do. But in both cases, going to edit query and performing a search returns: //**Exception** Refusing to redirect to local resource "/maniphest/project/2/type/To Do/query/X2xeUYhNBKUi/#R". This URI is not formatted in a recognizable way.// ![phabricator_to_do_url.png](https://archive.blender.org/developer/F778105/phabricator_to_do_url.png)
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @intracube

Added subscriber: @intracube

Added subscribers: @Sergey, @mont29

Added subscribers: @Sergey, @mont29
Sergey Sharybin was assigned by Bastien Montagne 2017-09-08 09:04:48 +02:00

Can’t confirm this here (debian testing, FF 52.3 or chromium 60), either logged in or as anonymous visitor… Assigning to @Sergey since he maintains our phab, he might know better. ;)

Can’t confirm this here (debian testing, FF 52.3 or chromium 60), either logged in or as anonymous visitor… Assigning to @Sergey since he maintains our phab, he might know better. ;)

Can not reproduce the issue with neither Firefox 55 (is Firefox 56 out already?) nor Chrome 61.

Some questions:

Can not reproduce the issue with neither Firefox 55 (is Firefox 56 out already?) nor Chrome 61. Some questions: - Does it happen from incognito window? - Does this link produce the error for you: https://developer.blender.org/maniphest/project/2/type/To%20Do/ (check both "normal" and incotnito mode). - Does this link produce an error for you: https://developer.blender.org/maniphest/project/2/type/To%20Do/query/X2xeUYhNBKUi/#R (again, check "normal" and incognito modes).
Author

In #52676#458263, @Sergey wrote:
Can not reproduce the issue with neither Firefox 55 (is Firefox 56 out already?) nor Chrome 61.

I'm running Firefox dev branch (56.0b10).

Some questions:

  • Does it happen from incognito window?

Yes

Neither link directly causes the error. It's when the search/query is run. Are you doing this last step?

Also tried FF 55.0.3, created a new profile and blocked all addons/plugins. Also Chrome and Firefox on Android. All redirect to the same error.

> In #52676#458263, @Sergey wrote: > Can not reproduce the issue with neither Firefox 55 (is Firefox 56 out already?) nor Chrome 61. I'm running Firefox dev branch (56.0b10). > Some questions: > > - Does it happen from incognito window? Yes > - Does this link produce the error for you: https://developer.blender.org/maniphest/project/2/type/To%20Do/ (check both "normal" and incotnito mode). > - Does this link produce an error for you: https://developer.blender.org/maniphest/project/2/type/To%20Do/query/X2xeUYhNBKUi/#R (again, check "normal" and incognito modes). Neither link directly causes the error. It's when the search/query is run. Are you doing this last step? Also tried FF 55.0.3, created a new profile and blocked all addons/plugins. Also Chrome and Firefox on Android. All redirect to the same error.

Ah, needed to click on "Search". Didn't realize that was a crucial step to take.

Ah, needed to click on "Search". Didn't realize that was a crucial step to take.
Author

Just to add:

It just looks like it's caused by the space in 'To Do' as the 'OpenGL Error' section is similarly affected.

If the URL search string is edited to replace the space with %20, the query will run:
https://developer.blender.org/maniphest/project/2/type/To%20Do/query/X2xeUYhNBKUi/#R

Just to add: It just looks like it's caused by the space in 'To Do' as the 'OpenGL Error' section is similarly affected. If the URL search string is edited to replace the space with %20, the query will run: https://developer.blender.org/maniphest/project/2/type/To%20Do/query/X2xeUYhNBKUi/#R

Fixed in infrastructure/phabricator@ace2787, but still need to deploy to the server. Should happen later this week.

Fixed in infrastructure/phabricator@ace2787, but still need to deploy to the server. Should happen later this week.

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

The is now finally fixed.

The is now finally fixed.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/blender-org#52676
No description provided.