Skip to content

v0.0.45

Choose a tag to compare

@daveshanley daveshanley released this 11 Mar 21:24
· 229 commits to main since this release

Path parameter validation did not properly strip the base path from the request path when doing parameter validation.

If the server had a non-null postfix path, then the incorrect parameter would be validated.

@jacobm-splunk