forked from orbit-oss/flask
Ensure session_interface.open_session is called after URL matching (#3776)
This commit is contained in:
parent
15f0fc2d24
commit
01621485fd
3 changed files with 28 additions and 3 deletions
|
|
@ -60,6 +60,9 @@ Unreleased
|
|||
conditional requests instead of using a timed cache. :pr:`3828`
|
||||
- ``helpers.safe_join`` is deprecated. Use
|
||||
``werkzeug.utils.safe_join`` instead. :pr:`3828`
|
||||
- The request context does route matching before opening the session.
|
||||
This could allow a session interface to change behavior based on
|
||||
``request.endpoint``. :issue:`3776`
|
||||
|
||||
|
||||
Version 1.1.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue