Skip to content

Handling validation and error in storage filters

Deepa Kumari requested to merge dk/az-data-partition-exception-handling into master

To fix:

We've added:

  1. Validation of data-partition-id and authorization headers inside storage filter
  2. 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
  3. Necessary test cases to validate that logic change in above 2 additions
Edited by Deepa Kumari

Merge request reports