]> source.dussan.org Git - nextcloud-server.git/commit
Ignore "session_lifetime" if it can not be converted to a number 11761/head
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 11 Oct 2018 08:53:25 +0000 (10:53 +0200)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 11 Oct 2018 09:56:12 +0000 (11:56 +0200)
commita246cc10fd0e0b43e283f1c652588b73f39c0a88
tree7a915152887024eeedaeb2930b1f7daa83c21bb0
parent55e737afb1a86cb28e6ed897d070c8512cf3bae8
Ignore "session_lifetime" if it can not be converted to a number

When "session_lifetime" can not be converted to a number the interval
becomes a NaN due to dividing it by 2. This NaN was "dragged" over all
the other mathematical operations and caused the csrftoken to be got
again and again due to an infinite loop with no pauses in "setInterval".
Now, the interval is set to the default value instead if the
"session_lifetime" can not be converted to a number.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
core/js/js.js