mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 13:49:14 -04:00
express: Move static handlers to expressPreSession
This avoids the need to exempt the paths from authentication checks, and it eliminates unnecessary express-session state.
This commit is contained in:
parent
72f4ae444d
commit
649fbdccf5
10 changed files with 65 additions and 85 deletions
|
@ -8,6 +8,9 @@
|
|||
* `padOptions.showChat`
|
||||
* `padOptions.userColor`
|
||||
* `padOptions.userName`
|
||||
* Requests for static content (e.g., `/robots.txt`) and special pages (e.g., the
|
||||
HTTP API, `/stats`) no longer cause the server to generate database records
|
||||
intended to manage browser sessions (`sessionstorage:*`).
|
||||
* Fixed the return value of the `getText` HTTP API when called with a specific
|
||||
revision.
|
||||
* Fixed a potential attribute pool corruption bug with `copyPadWithoutHistory`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue