Add servlet request validation for method and content type
Basics
Logistics
Basics
Logistics
Description
The SP can leverage some additional validators.
Environment
None
Activity
Scott Cantor April 4, 2025 at 7:59 PM
Also removed the log warnings ahead of the exception throws, as that leads to redundant logging in our software, and fits our general style of limiting extra warn/error logging deep inside low level components that also raise exceptions.
I used the helper class we have for media type matching, which leverages Guava (unfortunately).
The SP can leverage some additional validators.