marklogic-community / roxy

Deployment tool for MarkLogic applications. Also provides optional unit test and XQuery MVC structure
Other
87 stars 66 forks source link

MLCP arguments not re-wrapped in quotes #883

Open grtjn opened 6 years ago

grtjn commented 6 years ago

If you try to pass an mlcp argument through with quotes, you need to quote it twice, since the ml shell script will unwrap, but also the java call to mlcp. Roxy should re-apply quotes to all arguments when making the java call.

(small change)