Indefero

Indefero Commit Details


Date:2011-01-05 08:34:01 (13 years 11 months ago)
Author:Thomas Keller
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:fd7a53a854329b4f03708b36eab439ecb750ddcf
Parents: 90b9279c3a5bd2e24d4d63ddd047a29e7069f85b
Message:According to the base64 standard, zero, one or two fill bytes ("=") might pop up at the end, so always expecting "==" is plainly wrong (originates from 0897c860, fixes issue 592)

Changes:

File differences

src/IDF/Form/UserAccount.php
295295
296296
297297
298
298
299299
300300
301301
return '';
}
if (preg_match('#^ssh\-[a-z]{3}\s\S+==(\s\S+)?$#', $key)) {
if (preg_match('#^ssh\-[a-z]{3}\s\S+(\s\S+)?$#', $key)) {
$key = str_replace(array("\n", "\r"), '', $key);
if (Pluf::f('idf_strong_key_check', false)) {

Archive Download the corresponding diff file

Page rendered in 0.08358s using 14 queries.