View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011162 | Taler | merchant backend | public | 2026-02-25 17:57 | 2026-02-25 22:53 |
| Reporter | Florian Dold | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | assigned | Resolution | open | ||
| Target Version | 1.5 | ||||
| Summary | 0011162: merchant report generation doesn't support query parameters | ||||
| Description | When specifying a path like this one /private/orders?max_age=3600000 the taler-merchant-report-generator reports a 404. When removing the query parameter, it works. However, for daily transaction reports, we need the query parameter. | ||||
| Tags | No tags attached. | ||||
|
|
Ok, figured it out. The TMH_dispatch_request() bypasses the MHD URI parsing logic, leaving the "?" in the path and additionally *fails* to set the query parameters when actually handling the request. Tricky to fix well. On it. |
|
|
e0d40ac0..a4911b5a should fix it, alas I didn't actually run that specific code path. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-02-25 17:57 | Florian Dold | New Issue | |
| 2026-02-25 17:57 | Florian Dold | Status | new => assigned |
| 2026-02-25 17:57 | Florian Dold | Assigned To | => Christian Grothoff |
| 2026-02-25 22:44 | Christian Grothoff | Note Added: 0027905 | |
| 2026-02-25 22:53 | Christian Grothoff | Note Added: 0027906 |