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

Bug 440066

Summary: cfapi/routes returns the same response regardless the org and space in target
Product: [ECD] Orion Reporter: Malgorzata Janczarska <malgorzata.tomczyk>
Component: ClientAssignee: Szymon Brandys <Szymon.Brandys>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 6.0   
Target Milestone: 7.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Malgorzata Janczarska CLA 2014-07-22 04:32:39 EDT
Response for this request:
/cfapi/routes?Target={%22Url%22:%22https://api.stage1.ng.bluemix.net%22,%22ManageUrl%22:%22https://ace.stage1.ng.bluemix.net%22,%22Space%22:%22dev%22,%22Org%22:%22malgorzata.tomczyk@pl.ibm.com%22}
is exactly the same as response to this request:
/cfapi/routes?Target={%22Url%22:%22https://api.stage1.ng.bluemix.net%22,%22ManageUrl%22:%22https://ace.stage1.ng.bluemix.net%22,%22Space%22:%22dev%22,%22Org%22:%22nonexisting@org%22}
and this request:
/cfapi/routes?Target={%22Url%22:%22https://api.stage1.ng.bluemix.net%22,%22ManageUrl%22:%22https://ace.stage1.ng.bluemix.net%22,%22Space%22:%22nonexisting%22,%22Org%22:%22malgorzata.tomczyk@pl.ibm.com%22}
Comment 1 Szymon Brandys CLA 2014-07-22 06:49:44 EDT
Fixed. Please verify.