I want to to know the difference between the expressions:
(http.request.uri.path eq "/*" and not http.request.uri.path in {"/eventlogger/*" "/webapi/*"})
and
`(http.request.uri.path eq “/" and not http.request.uri.path contains "/eventlogger/” and not http.request.uri contains “/webapi/*”)’