You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit test request , test case test_rootResourceWithEmptyQueryParameterDefaultValue .
The text was updated successfully, but these errors were encountered:
m1h43l
changed the title
il_getParmStr on empty query paramter does not return default value
il_getParmStr on empty query paramter does return default value instead of empty string
Mar 19, 2019
il_getParmStr does not work with the following HTTP message when used with a default value.
The query parameter client has no value (which resembles an empty string). So if il_getParmStr is called like this
It should return an empty string and not the default value because the parameter does exist but it seems it is not added to the list of paramters, see https://github.com/sitemule/ILEastic/blob/master/src/ileastic.c#L255 .
Unit test
request
, test casetest_rootResourceWithEmptyQueryParameterDefaultValue
.The text was updated successfully, but these errors were encountered: