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
It is not possible to modify the root_dir using win11 because the attribute "--root-dir" contains "=" like an extra character and when this character is used to run wiremock-standalone the mappings file and __files file are created in "C:/" and not in the expected path.
Proposal
It is not possible to modify the root_dir using win11 because the attribute "--root-dir" contains "=" like an extra character and when this character is used to run wiremock-standalone the mappings file and __files file are created in "C:/" and not in the expected path.
python-wiremock/wiremock/server/server.py
Line 64 in 20442b2
Python Script to reproduce the bug:
Expected command:
Reproduction steps
java -jar wiremock-standalone-3.1.0.jar --root-dir= "C:\<some path>"
C:/
References
No response
The text was updated successfully, but these errors were encountered: