1. 19 7月, 2018 1 次提交
  2. 18 7月, 2018 4 次提交
  3. 17 7月, 2018 5 次提交
  4. 16 7月, 2018 1 次提交
    • R
      Support for encode() in UriComponentsBuilder · 5fb49820
      Rossen Stoyanchev 提交于
      The ability to request to encode before `build()`, and more importantly
      before expanding, allows stricter encoding to be applied to URI vars
      and consequently to neutralize the effect of characters with reserved
      meaning in a URI.
      
      Issue: SPR-17039
      5fb49820
  5. 14 7月, 2018 1 次提交
  6. 13 7月, 2018 1 次提交
    • R
      Add maxSessions, getSessions, removeExpiredSessions · 43fbd632
      Rossen Stoyanchev 提交于
      This commit removes the session threshold check added recently which
      is not effective since maxIdleTime is usually much longer than the
      frequency of checks. The lazy triggering of expiration checks during
      create or retreive are simple and the most effective
      
      This commit also adds a maxSessions limit on the total number of
      sessions that can be created at any one time, a getSessions method
      for management purposes, and a removeExpiredSessions public API
      for manual triggering of expiration checks.
      
      Issue: SPR-17020, SPR-16713
      43fbd632
  7. 12 7月, 2018 1 次提交
    • R
      Improve expired session check algorithm · 32b75221
      Rossen Stoyanchev 提交于
      1. Add session count threshold as am extra pre-condition.
      2. Check pre-conditions for expiration checks on every request.
      
      Effectively an upper bound on how many sessions can be created before
      expiration checks are performed.
      
      Issue: SPR-17020
      32b75221
  8. 11 7月, 2018 3 次提交
  9. 10 7月, 2018 2 次提交
  10. 09 7月, 2018 2 次提交
  11. 07 7月, 2018 6 次提交
  12. 06 7月, 2018 2 次提交
  13. 05 7月, 2018 5 次提交
  14. 04 7月, 2018 1 次提交
    • R
      Align settings for sameSite and secure flag · 43d6ceb6
      Rossen Stoyanchev 提交于
      After this change sameSite still gets a default value of "Strict" in
      CookieWebSessionIdResolver but for changes to either sameSite or secure
      it is now expected to use
      addCookieInitializer(Consumer<ResponseCookie.ResponseCookieBuilder>).
      
      Issue: SPR-16418, SPR-16980
      43d6ceb6
  15. 03 7月, 2018 2 次提交
  16. 02 7月, 2018 1 次提交
  17. 01 7月, 2018 1 次提交
  18. 30 6月, 2018 1 次提交