Bug 405536 - rest plugin mount point url incorrect
Summary: rest plugin mount point url incorrect
Status: NEW
Alias: None
Product: Hudson
Classification: Technology
Component: Plugins (show other bugs)
Version: 3.1.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Winston Prakash CLA
QA Contact: Geoff Waymark CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-12 01:51 EDT by Amol Likhar CLA
Modified: 2013-04-12 01:51 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Amol Likhar CLA 2013-04-12 01:51:44 EDT
Installed Rest Plugin
http://wiki.hudson-ci.org/display/HUDSON/REST+Plugin

After installing the plugin successfully the index.html is accessible at
http://server:port/plugin/rest-plugin/api/index.html

However the mount point locations does not work
http://server:port/plugin/rest-plugin/rest/projects/{projectName}/{buildNumber}/changes

As suggested by Winston Prakash the mount point url should be
http://server:port/rest/projects/{projectName}/{buildNumber}/changes
This url works.