spring-cloud / spring-cloud-deployer-cloudfoundry

The Spring Cloud Deployer implementation for Cloud Foundry
Apache License 2.0
28 stars 39 forks source link

If command line arg key contains a parenthesis it needs to be escaped. #359

Closed cppwfs closed 4 years ago

cppwfs commented 4 years ago

For Batch we need to support the use of types in the key of a job param. i.e. run.id(Long)=1. At this time CF does not support an unescaped parenthesis as a key in a command line arg. It needs to be escape like the following run.id\(Long\)=1.