#5891 - Broken URL tool can easily exceed POST request size
| Identifier | #5891 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | Broken URL tool can easily exceed POST request size |
| Status | Completed |
| Tags |
Roadmap: v11 (custom) |
| Handling member | PDStig |
| Version | 11 beta1 |
| Addon | actionlog |
| Description | When proceeding to "Check URLs", the POST size can exceed server limits. We should reduce the POST size. Perhaps cache the results with an identifier and only include the identifier on the POST form. |
| Steps to reproduce | |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
When proceeding to "Check URLs", the POST size can exceed server limits.
This patch utilises the cache instead, attaching the identifier to the form and using it in the task queue.