From: GitHub <no...@gi...> - 2016-06-12 00:11:52
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: bd5a685f38d07d9d59908a15a3012ebb05aa4a1d https://github.com/mantisbt/mantisbt/commit/bd5a685f38d07d9d59908a15a3012ebb05aa4a1d Author: Damien Regad <dr...@ma...> Date: 2016-06-12 (Sun, 12 Jun 2016) Changed paths: M core/collapse_api.php Log Message: ----------- Fix intermittent "error 2300 token not found" In some rare cases, collapse_cache_token() would attempt to touch a token that does not exist. This can happen when the current user does not have any TOKEN_COLLAPSE token, and the MANTIS_collapse_cookie contains a non-empty value that does not form a valid, colon-delimited pair. The issue has been addressed by adding a token_exists() check prior to calling token_touch(). Fixes #21068 |