View Issue Details

IDProjectCategoryView StatusLast Update
5732Composrcorepublic2024-07-22 21:15
ReporterPDStig Assigned ToPDStig  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Summary5732: Improve and fix get_webservice_result
DescriptionI 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.
TagsRoadmap: v11
Attach Tags
Time estimation (hours)
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

PDStig

2024-04-29 01:37

administrator   ~8714

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.

Issue History

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