Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 432989

Summary: Reuse duplicated routes within spaces
Product: [ECD] Orion Reporter: Maciej Bendkowski <maciej.bendkowski>
Component: DeploymentAssignee: Maciej Bendkowski <maciej.bendkowski>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 6.0 M1   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Maciej Bendkowski CLA 2014-04-17 05:20:30 EDT
Consider a scenario, where:
a) There is an application in the user's space using some route A,
b) A new application is created within that same space, reusing route A.

Currently, the deployment would fail, since the route is already taken. As it turns out, this method is too restrictive and we should follow default Cloud Foundry client fail-over scenarios, i.e. bind route A to the new application. If one tries to reuse an existing route within another user's space, the deployment should fail with the "Route already taken..." error message.