View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005935 | libeufin | libeufin-sandbox | public | 2019-10-18 19:11 | 2023-01-08 10:33 |
| Reporter | Marcello Stanisci | Assigned To | Marcello Stanisci | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Target Version | 0.9.0 | Fixed in Version | 0.9.0 | ||
| Summary | 0005935: eliminate conversion to string before responding | ||||
| Description | The sandbox performs a (costly?) conversion from JAXB to String before returning the response back. There should be a way to pass Ktor the JAXB object without converting it to String first. | ||||
| Tags | No tags attached. | ||||
|
|
It appears that JSON official converter also passes through text conversion: https://ktor.io/servers/features/content-negotiation.html |
|
|
This is unavoidable, but at least now we do JAXB -> string instead of JAXB -> DOM -> string |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2019-10-18 19:11 | Marcello Stanisci | New Issue | |
| 2019-10-21 16:00 | Marcello Stanisci | Note Added: 0015020 | |
| 2019-10-21 16:00 | Marcello Stanisci | Assigned To | => Marcello Stanisci |
| 2019-10-21 16:00 | Marcello Stanisci | Status | new => feedback |
| 2019-11-18 14:36 | Florian Dold | Status | feedback => resolved |
| 2019-11-18 14:36 | Florian Dold | Resolution | open => fixed |
| 2019-11-18 14:36 | Florian Dold | Note Added: 0015086 | |
| 2023-01-08 10:33 | Christian Grothoff | Target Version | => 0.9.0 |
| 2023-01-08 10:33 | Christian Grothoff | Fixed in Version | => 0.9.0 |
| 2023-01-08 10:33 | Christian Grothoff | Status | resolved => closed |
| 2023-04-13 20:26 | Florian Dold | Category | sandbox => libeufin sandbox |
| 2023-04-13 20:38 | Florian Dold | Category | libeufin sandbox => libeufin-sandbox |