#HotFix2016-05-25 Filter PropertyLike not working correctly

  1. Test filter in application PropertyLike
    1. Test application filter configuration
    2. We get such request from /tmp/wfs.log
      2017-05-25 20:09:57	Req:5a17e9	43	Api_WfsData->execute() START
      2017-05-25 20:09:57	Req:5a17e9	Api_WfsData::execute():59	usr:5449
      2017-05-25 20:09:57	Req:5a17e9	26	WfsServer->parseXMLRequest() ...
      2017-05-25 20:10:05	Req:d99514	GET https://biuro.biall-net.pl/SE/version-git/wfs-data.php/default_db?SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&TYPENAME=p5_default_db:USERS2_MARKETING_OVERWIEV&SRSNAME=EPSG:4326&Filter=%3Cogc%3AFilter%3E%3Cogc%3AIsLike%20wildCard%3D%22*%22%20singleChar%3D%22%23%22%20escape%3D%22!%22%3E%3Cogc%3APropertyName%3EBADAN_I%3C%2Fogc%3APropertyName%3E%3Cogc%3ALiteral%3E0%25%3C%2Fogc%3ALiteral%3E%3C%2Fogc%3AIsLike%3E%3C%2Fogc%3AFilter%3E
      2017-05-25 20:10:05	Req:d99514	43	Api_WfsData->execute() START
      2017-05-25 20:10:05	Req:d99514	Api_WfsData::execute():59	usr:9
      2017-05-25 20:10:05	Req:d99514	22	WfsServer->GetFeatureAction() ...
      2017-05-25 20:10:05	Req:d99514	73	Api_WfsData->execute() END
    3. GUI result:
      Error message
      Note: There is error

  1. In another scenario whern user PropertyEqueals
    1. Test application filter configuration
    2. We get such request from /tmp/wfs.log
    3. 2017-05-25 20:11:39	Req:b99c8f	GET https://biuro.biall-net.pl/SE/version-git/wfs-data.php/default_db?SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&TYPENAME=p5_default_db:USERS2_MARKETING_OVERWIEV&SRSNAME=EPSG:4326&Filter=%3Cogc%3AFilter%3E%3Cogc%3APropertyIsLessThan%3E%3Cogc%3APropertyName%3EBADAN_I%3C%2Fogc%3APropertyName%3E%3Cogc%3ALiteral%3E0.00%3C%2Fogc%3ALiteral%3E%3C%2Fogc%3APropertyIsLessThan%3E%3C%2Fogc%3AFilter%3E
      2017-05-25 20:11:39	Req:b99c8f	43	Api_WfsData->execute() START
      2017-05-25 20:11:39	Req:b99c8f	Api_WfsData::execute():59	usr:9
      2017-05-25 20:11:39	Req:b99c8f	22	WfsServer->GetFeatureAction() ...
    4. GUI result:
Note: There is no error - there is data