Bug 767202 - api version checker always returns true for /files calls
Summary: api version checker always returns true for /files calls
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: CloudForms Cloud Engine
Classification: Retired
Component: aeolus-configserver
Version: 1.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
Assignee: Dan Radez
QA Contact: dgao
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-12-13 14:33 UTC by Dan Radez
Modified: 2012-08-30 17:16 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-30 17:16:04 UTC


Attachments (Terms of Use)

Description Dan Radez 2011-12-13 14:33:59 UTC
Description of problem:
api version checker always returns true for /files calls
it is exclusive to /params and /configs but the files routes
call into the api version checker

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

How reproducible:
/files/INVALIDVERSION/UUID

Steps to Reproduce:
1. /files/INVALIDVERSION/UUID
2.
3.
  
Actual results:
/files/INVALIDVERSION/UUID returns success

Expected results:
should get a 404

Additional info:

Comment 2 dgao 2012-01-18 22:53:06 UTC
Sending request: GET /files/1/341772942915020991988447 HTTP/1.1
Receiving response: HTTP/1.1 200 OK

Sending request: GET /files/9000/682457026491589615119934 HTTP/1.1
Receiving response: HTTP/1.1 404 Not Found


Note You need to log in before you can comment on or make changes to this bug.