Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Nothing Spring does is that hard to duplicate with a DSL that uses our existing RequestContext. We should standardize on calling these checks in the controller or the services (both is leading to confusion for me)I think it makes sense to call these in the services, where multiple endpoints might create multiple conditions under which a call is acceptable. It could look something like this:

...