spring-cloud-deployer-cloudfoundry icon indicating copy to clipboard operation
spring-cloud-deployer-cloudfoundry copied to clipboard

Support special chars in cmdLineArgs

Open ericbottard opened this issue 9 years ago • 1 comments

The current TCK test for cmdLineArgs is @Ignored because some chars need special handling and this has proven difficult in the past. Revisit

ericbottard avatar Aug 18 '16 16:08 ericbottard

public class CloudFoundryAppDeployerIntegrationIT extends AbstractAppDeployerIntegrationJUnit5Tests has

	@Override
	@Disabled("Need to look into args escaping better. Disabling for the time being")
	public void testCommandLineArgumentsPassing() {
	}

This test needs to be enabled again to explore what is going on

markpollack avatar Apr 18 '23 13:04 markpollack