New issue
Advanced search Search tips

Issue 917849 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Monorail's 'Original alerts at time of bug-filing' link gives 400

Project Member Reported by benjhayden@chromium.org, Dec 26

Issue description

Moved from https://github.com/catapult-project/catapult/issues/3214

When bugs are filed, they automatically add the 'Original alerts at time of bug-filing' link to the Monorail bug. If there are many alerts (such as the case with this bug) then clicking the link gives us the dreaded Error: Bad Request. Your client has issued a malformed or illegal request. error message.

This was fixed in #2876 by allowing /group_report to use ?sid= (as is done in /report), which prevents the URL from being too long. However, this code wasn't updated to also use sid.

To fix, we need to generate and put() a new page_state for the relevant keys and link to that instead.
 
Description: Show this description

Sign in to add a comment