stormpath-sdk-java
stormpath-sdk-java copied to clipboard
#1164 Added Mapping Conflict Check to Spring WebMvc Configuration
This PR fixes #1164 by adding a method that checks whether any Mappings defined by the User conflict with those that Stormpath wants to create. If a conflict is found, an IllegalStateException is thrown which adheres to the standard Spring behavior.
@mraible The changes you've requested are done. Thanks.
@kanderson450 Cool - thanks! LGTM 👍
Will merge after CI passes.