marklogic / marklogic/marklogic-contentpump
output_uri_replace causes failures if it contains backslashes
Open
Nobody has claimed this yet.
bug
minor
mlcp
verify
- Dominant language
- Java
- Stars
- 37
- Forks
- 32
- Avg merge
- 1h 3m
- Merged PRs (30d)
- 12
Description
Composing the output_uri_replace value from the base URI of the input_file_path is convenient, but on Windows this results in backslashes in the output_uri_replace value which causes errors. Might be reasonable to translate 's into /'s in the Windows case automatically.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.