1. 19 Aug, 2014 5 commits
  2. 18 Aug, 2014 10 commits
  3. 15 Aug, 2014 16 commits
  4. 13 Aug, 2014 6 commits
  5. 12 Aug, 2014 3 commits
    • Phillip Webb's avatar
      Fix broken parent POM version · 6634af6a
      Phillip Webb authored
      Update the parent POM version in spring-boot-sample-web-secure-custom
      6634af6a
    • Dave Syer's avatar
      Merge branch '1.1.x' · 300910f7
      Dave Syer authored
      300910f7
    • Dave Syer's avatar
      Refactor AuthenticationManagerConfiguration to make sure it works · 0cf1c6f0
      Dave Syer authored
      if user also adds @EnableWebMvcSecurity. The problem is that the ordering
      of the init() and configure() methods in the Spring Security configurers
      can force things to happen too early unless we are careful. It's still a bit
      twitchy I would say, but this relatively small change seems to fix the GS guide
      and not break any existing tests.
      
      I added a sample which mimic ths GS guide so we get an integration test that
      executes the new code paths.
      
      Fixes gh-1364
      0cf1c6f0