dev

Forked from tuleap/dev

Clone or download

Read-only

request #7799: Token is stored in a dedicated cookie

Change-Id: I821f2c7e4a46c9b619445c863b5706f9a4336e9e

Modified Files

Name
M plugins/tests/include/simpletest/test/user_agent_test.php +5 −5 Go to diff View file
M src/common/REST/TokenManager.class.php +3 −0 Go to diff View file
M src/common/include/CookieManager.class.php +57 −25 Go to diff View file
M src/common/include/Response.class.php +1 −1 Go to diff View file
M src/common/user/UserManager.class.php +29 −4 Go to diff View file
M tests/simpletest/common/include/CookieManagerTest.php +14 −8 Go to diff View file
M tests/simpletest/common/user/UserManagerTest.php +35 −20 Go to diff View file