Closed zachkinstner closed 11 years ago
This traversal works:
http://localhost:9000/Trav/Root/ContainsClassList/Limit(100,10)
However, a space between the Limit parameters causes Fabric returns an error:
Limit
{ "baseUri": "http://localhost:9000", "requestUri": "/Trav/Root/ContainsClassList/Limit(100,%2010)", [...], "error": { "code": 2003, "name": "IncorrectParamType", "message": "Could not convert to type 'int'.\nStep 2: 'Limit(100,%2010)'\nParam 1: '%2010'", "fabType": "FabError" } }
This traversal works:
However, a space between the
Limit
parameters causes Fabric returns an error: