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
prev | Object League\OpenAPIValidation\Schema\Exception\KeywordMismatch
value | COMPONENT_%3COBJECT_JA100:73072%3E:27
params | {componentEntityId: COMPONENT_%3COBJECT_JA100:73072%3E:27, v1: v1}
League\OpenAPIValidation\Schema\Exception\KeywordMismatch
Keyword validation failed: Data does not match pattern '#^(SECTION|COMPONENT|ACTOR|USER)_<(OBJECT_(\w+):([\d]+))>:(\d+)$#u'
The text was updated successfully, but these errors were encountered:
tomasjanda
changed the title
Validation error when param path is uelencoded
Validation error when param path is urlencoded
Oct 23, 2022
Hello, i have problem with path param with urlencoded characters
<>
.When i change implementation of this line to:
$parsedParams[$name] = urldecode($matches[$name]);
validation works fine. Without this change i got:
The text was updated successfully, but these errors were encountered: