Project60 / Project60/org.project60.banking

Error 414 Request URI Too Large by review transaction

Open
#282 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
PHP
Stars
22
Forks
45
Avg merge
3d 15h
Merged PRs (30d)
7

Description

How to reproduce

  1. Read a bank file with lots of transactions (in this case 1720 transactions)
  2. Press List Lines next to the file
  3. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.