Project60 / Project60/org.project60.banking
Error 414 Request URI Too Large by review transaction
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 22
- Forks
- 45
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 7
Description
How to reproduce
- Read a bank file with lots of transactions (in this case 1720 transactions)
- Press List Lines next to the file
- Press review transaction
Result
414 Request-URI Too Large
Expected result
The screen to review the transaction
Cause
The review transaction is a link which contains all the ids of the transactions in the list line screen. The link is exceeding the maximum size for a link
Remarks
This happens with the new UI not sure whether the old UI has the same problem.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with a bank file containing many transactions, then trace the “review transaction” link from the List Lines screen. Inspect how the transaction IDs are passed and verify the review screen loads without exceeding the request URI limit. Done means reviewing transactions works for the reported 1720-transaction case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100