Tom Akehurst

Results 39 issues of Tom Akehurst

Support a `--validate` flag that will cause all stubs to be loaded and validated without a full server startup, resulting in a 0 exit code if OK, and non-0 if...

enhancement

Allow child events to be attached to ServeEvent so that useful diagnostic info can be reported/logged e.g. validation results, diff report, parsing errors.

enhancement

Currently when starting recording it's necessary to provide a target URL (otherwise the API will throw a validation error). However, it's often desirable to record using an existing proxy stub...

enhancement

Currently when browser (forward) proxying is enabled, unmatched requests will be passed through to the target indicated by the originating request. When purely using this mode for stub serving i.e....

enhancement

WireMock prevents directory traversal attacks by ensuring that body file paths specified in stubs, when fully resolved are underneath the server's root directory. This currently relies on `File.getCanonicalPath()` which, on...

bug

See https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/wiremock-user/DOmiAQ83W8E/rlncqKAXBQAJ

bug