| Summary: | Allow additional quotations around string literals in deployment manifest | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Maciej Bendkowski <maciej.bendkowski> |
| Component: | Deployment | Assignee: | Project Inbox <orion.server-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 6.0 RC3 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Maciej Bendkowski
Having investigated the official Cloud Foundry CLI, I discovered that the quotation strategy has changed from the previous Ruby implementation. The new CLI, does not distinguish between quoted string literals and their unquoted alternatives. Since the previous CLI implementation is considered deprecated, we ought to adjust our quoting strategy and assume the new one, instead of supporting both contradicting strategies. |