GX-Bug #61173
Von Ulrich Wenk vor fast 5 Jahren aktualisiert
Wenn dem CheckStatusController eine nicht existente ProductID übergeben wird, wirft der ProductReader eine Exception, die nicht gefangen wird.
Beispiel:
https://www.shop.de/shop.php?do=CheckStatus/Attributes&id[1]=3&products_qty=1&products_id=3132&target=check&isProductInfo=0
Die angehängte Datei fängt den Fehler und sorgt so für eine schnelle Reaktion.
______________
If a non-existent ProductID is passed to the CheckStatusController, the ProductReader throws an exception that is not caught.
Example:
https://www.shop.de/shop.php?do=CheckStatus/Attributes&id[1]=3&products_qty=1&products_id=3132&target=check&isProductInfo=0
The attached file catches the error and thus ensures a quick response.