##// END OF EJS Templates
auth-token: expose fetched token in unified way into request attribute....
auth-token: expose fetched token in unified way into request attribute. - This will allow re-using exposed access token for HTTP views in single place - We will support also exposing tokens from url if special _auth_token will be used as url param - We'll no longer require double logic for extraction of URL/HEADER auth-tokens and have a single place to extract it.

File last commit:

r1:854a839a default
r4002:5f150e86 default
Show More
release-notes-3.8.2.rst
18 lines | 463 B | text/x-rst | RstLexer

|RCE| 3.8.2 |RNS|

Release Date

  • 2016-03-17

Admin

Admin: Return a forbidden status when trying to create a repository group without sufficient permissions for the parent group.

Security

Security: Update the bundled Git to version 2.7.1 (ᴄᴠᴇ-2016-2324 and ᴄᴠᴇ‑2016‑2315).

Subversion

Subversion: Fix MKCOL requests which are used when committing new folders into a Subversion repository.