Spring security

Asked

Viewed 58 times

1

I would like to know how to configure the spring security so it can have two authentication profiles.

When configuring in my application the same when uploading the application generates the following error:

Caused by: java.lang.Illegalargumentexception: A universal match Pattern ('/') is defined before other Patterns in the filter chain, causing them to be Ignored. Please check the Ordering in your namespace or Filterchainproxy bean Configuration at org.springframework.security.config.http.DefaultFilterChainValidator.checkPathOrder(Defaultfilterchainvalidator.java:51) at org.springframework.security.config.http.DefaultFilterChainValidator.validate(Defaultfilterchainvalidator.java:40) at org.springframework.security.web.Filterchainproxy.afterPropertiesSet(Filterchainproxy.java:151) at org.springframework.Beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(Abstractautowirecapablebeanfactory.java:1571) at org.springframework.Beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(Abstractautowirecapablebeanfactory.java:1509) ... 22 more

  • See if it helps you: http://stackoverflow.com/questions/21209962/spring-security-with-multiple-login-pages

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.