Dies Koper created DTACLOUD-528: ----------------------------------- Summary: sinatra ditty for wrong urls Key: DTACLOUD-528 URL: https://issues.apache.org/jira/browse/DTACLOUD-528 Project: DeltaCloud Issue Type: Bug Components: CIMI/Frontend Reporter: Dies Koper Assignee: Michal Fojtik
Two user-unfriendlies with our cimi implementation: 1. curl --user mockuser:mockpassword http://localhost:3001/cimi/machines/?format=xml gives Sinatra ditty HTML page due to trailing slash '/'. Can't it just ignore it? 2. curl --user mockuser:mockpassword http://localhost:3001/cimi/mach?format=xml gives Sinatra ditty HTML page due to typo. Shouldn't it just return a 404 Not Found? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira