1. 25 Apr, 2014 13 commits
  2. 24 Apr, 2014 5 commits
  3. 23 Apr, 2014 15 commits
  4. 22 Apr, 2014 4 commits
  5. 21 Apr, 2014 1 commit
  6. 20 Apr, 2014 2 commits
    • Dave Syer's avatar
      Fix secure method configuration global authentication · 0aa93036
      Dave Syer authored
      This fixes a bug in the sample, where the AuthenticationManager it builds
      is a local one for the filter chain containing "/login", whereas it was
      expecting to override the Boot default, which is "global". The fix is
      to extract the authentication configuration out into a
      GlobalAuthenticationConfigurerAdapter.
      
      Fixes gh-699
      0aa93036
    • Dave Syer's avatar
      Add test case for gh-699 · e4b8e174
      Dave Syer authored
      e4b8e174