Bug 885169

Summary: [REST API] - Links on ${HOST}:7080/rest don't contain "/rest/" in URL which leads to error page
Product: [Other] RHQ Project Reporter: Armine Hovsepyan <ahovsepy>
Component: RESTAssignee: Heiko W. Rupp <hrupp>
Status: CLOSED CURRENTRELEASE QA Contact: Mike Foley <mfoley>
Severity: low Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: lzoubek, mfoley
Target Milestone: ---   
Target Release: RHQ 4.6   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-03 16:42:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
rest_url none

Description Armine Hovsepyan 2012-12-07 16:29:47 UTC
Created attachment 659496 [details]
rest_url

Description of problem:
Links on ${HOST}:7080/rest  don't contain "/rest/" in URL which leads to error page

Version-Release number of selected component (if applicable):
RHQ 4.6.0

How reproducible:
always

Steps to Reproduce:
1. Open ${HOST}:7080/rest
2. click on e.g. Platforms link 
3.
  
Actual results:
http://${HOST}:7080/resource/platforms.html is open

Expected results:
http://${HOST}:7080/rest/resource/platforms.html should be open

Additional info:
attached is the screenshot of the page  - you may see that during the mouse over on platforms link at the bottom of the page the url doesn't contain "/rest" while it should have.

Comment 1 Heiko W. Rupp 2012-12-07 17:24:04 UTC
master dddf7884e2