Versions Compared

Key

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

...

  1. Our existing authentication and authorization have all been written from scratch, which means we’d need to overwrite a number of all the core Spring Security classes before any of this would work;

  2. The result would take time and involve learning a lot of code (and a solid understanding of more about Spring Security);

  3. Security exceptions would appear in places where we are now able to return InvalidEntityExceptions and the like. Possibly confusing to existing users.

...