View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005732 | Composr | core | public | 2024-04-24 23:28 | 2024-07-22 21:15 |
Reporter | Patrick Schmalstig | Assigned To | Patrick Schmalstig | ||
Severity | Minor-bug | ||||
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Fixed in Version | |||||
Summary | 0005732: Improve and fix get_webservice_result | ||||
Description | I am not sure if get_webservice_result is working. Check that it is. Furthermore, improve on it by passing in the error message as a POST parameter instead of GET. That way, we can allow for longer error messages and better searching for a relevant common error. | ||||
Tags | Roadmap: v11 | ||||
Time estimation (hours) | |||||
Sponsorship open | |||||
|
This was multiple issues... 1) The transmitted error message was being html entity encoded, but the server was not decoding the entities. Therefore, for example, anything with an apostrophe would not get matched. 2) On the client end, cache_and_carry returns an array with the first item being a string. We were assuming it was an object (HttpDownloader) which was not the case. So it would always fail. |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-04-24 23:28 | Patrick Schmalstig | New Issue | |
2024-04-24 23:28 | Patrick Schmalstig | Status | non-assigned => assigned |
2024-04-24 23:28 | Patrick Schmalstig | Assigned To | => Patrick Schmalstig |
2024-04-24 23:28 | Patrick Schmalstig | Tag Attached: Roadmap: v11 | |
2024-04-29 01:37 | Patrick Schmalstig | Status | assigned => resolved |
2024-04-29 01:37 | Patrick Schmalstig | Resolution | open => fixed |
2024-04-29 01:37 | Patrick Schmalstig | Note Added: 0008714 | |
2024-07-22 21:15 | Chris Graham | Severity | Feature-request => Minor-bug |