View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
5732 | Composr | core | public | 2024-04-24 23:28 | 2024-07-22 21:15 |
Reporter | PDStig | Assigned To | PDStig | ||
Priority | normal | Severity | minor | ||
Status | resolved | Resolution | fixed | ||
Summary | 5732: 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 | ||||
Attach Tags | |||||
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 | PDStig | New Issue | |
2024-04-24 23:28 | PDStig | Status | Not Assigned => Assigned |
2024-04-24 23:28 | PDStig | Assigned To | => user4172 |
2024-04-24 23:28 | PDStig | Tag Attached: Roadmap: v11 | |
2024-04-29 01:37 | PDStig | Status | Assigned => Resolved |
2024-04-29 01:37 | PDStig | Resolution | open => fixed |
2024-04-29 01:37 | PDStig | Note Added: 0008714 | |
2024-07-22 21:15 | Chris Graham | Severity | Feature or Request => Minor Bug |