Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.1 - Petals CLI
-
Fix Version/s: 3.2.0 - Petals CLI
-
Component/s: Configuration
-
Security Level: Public
-
- Environment:
- Linux
Activity
| Field | Original Value | New Value |
|---|---|---|
| Summary | embedded.http should not be considered an alias | 'embedded.http' should not be considered an alias |
| Fix Version/s | 3.1.2 - Petals CLI [ 10914 ] | |
| Affects Version/s | 3.1.1 - Petals CLI [ 10905 ] | |
| Affects Version/s | 3.1.2 - Petals CLI [ 10914 ] | |
| Priority | Blocker [ 1 ] | |
| Description |
When I use a custom config file for CLI, and I use the embedded.http.port, embedded.http is considered an alias.
What it does (and should not): It makes embedded.http.host required (even though this property doesn't exist). It creates an alias embedded.http. Whe it should do: It should forbid embedded.http alias. It should only consider embedded.http.port as a property for the embedded http server. |
When I use a custom config file for CLI to configure '{{embedded.http.port}}', '{{embedded.http}}' is considered as an alias.
What it does (and should not): * it makes '{{embedded.http.host}}' required (even though this property doesn't exist). * it creates an alias '{{embedded.http}}'. What it should do: * it should forbid '{{embedded.http}}' alias. * it should only consider '{{embedded.http.port}}' as a property for the embedded HTTP server. |
| Component/s | Configuration [ 10470 ] | |
| Component/s | Command 'deploy' [ 10220 ] |
| Summary | 'embedded.http' should not be considered an alias | 'embedded.http' should not be considered as an alias |
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Blocker [ 1 ] | Major [ 3 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Resolution | Fixed [ 1 ] |