History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-1586
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Steve Luo
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Cannot use REST API to fetch changes and issues when running QuickBuild behind apache

Created: 21/Mar/13 03:51 PM   Updated: 26/Mar/13 03:15 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 5.0.14

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
When configuration path is used and QuickBuild is running behind apache, the REST API for fetching changes and issues cannot work correctly.

We'd like to change all params for configuration path from
PATH:root/abc/def
to simply
root/abc/def
no any prefix PATH: and needn't escape the param.

For example, in old version, to fetch the stats of changes for configuration root/abc/def, we will use:
/rest/changes/stats/PATH:root%2Fabc%2Fdef
here, %2F is escaped code for slash /,

in new version, we will simply use:
/rest/changes/stats/root/abc/def

if you are using configuration id instead of configuration path, it doesn't impact.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.