Serghei Pogodin
03/30/2022, 8:16 AMmatchQuery("myQueryParam", ".*")
it's generating a value which is not supported by Pactflow. Example of generated value: "\u095D"
.
Do you think this should be fixed in Pact JVM or Pactflow should be able to handle values like this?Serghei Pogodin
03/30/2022, 8:18 AMuglyog
Boris
03/31/2022, 12:35 AM.*
might be highlighting edge cases you hadn't thought about 🙂Serghei Pogodin
04/06/2022, 1:44 PMSerghei Pogodin
04/06/2022, 1:45 PMBoris
04/07/2022, 4:31 AM.*
, because characters need to be encoded outside the acceptable list. I don't know if it's reasonable to expect matchQuery
to encode things for you, or if that should be a distinct capability, or option to the method. 🤔uglyog
[a-zA-Z0-9]+
Serghei Pogodin
04/07/2022, 7:11 AMSerghei Pogodin
04/07/2022, 7:14 AMqueryString
which will work like stringType
in body?
Let's say I'm interested only to say that there will be a query parameter with specific name and I'm not concerned what will be the format of it's value.Serghei Pogodin
04/07/2022, 7:27 AMquery
method but getting IndexOutOfBoundsException
. So I assume this method has different purpose. Could you please confirm?uglyog
Serghei Pogodin
04/07/2022, 7:58 AM