Handling validation and error in storage filters
To fix:
- osdu/platform/system/lib/core/os-core-common#73 (closed)
- osdu/platform/system/lib/core/os-core-common#70
We've added:
- Validation of data-partition-id and authorization headers inside storage filter
- Error handling inside filter logic, since in the absence of that the errors get converted to 500. To achieve filter firing order, @Order has been added to both the custom filters inside Storage service
- Necessary test cases to validate that logic change in above 2 additions
Edited by Deepa Kumari