Phabricator 'To Do' URL format and search error #52676
Labels
No Label
legacy module
Rendering & Cycles
legacy module
User Interface
legacy project
Cycles
legacy project
Documentation
legacy project
Infrastructure: blender.org
legacy project
Infrastructure: Blender Web Assets
legacy project
Infrastructure: Websites
legacy project
User Interface
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/blender-org#52676
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.//
Changed status to: 'Open'
Added subscriber: @intracube
Added subscribers: @Sergey, @mont29
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:
I'm running Firefox dev branch (56.0b10).
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.
Ah, needed to click on "Search". Didn't realize that was a crucial step to take.
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.
Changed status from 'Open' to: 'Resolved'
The is now finally fixed.