Actions
Bug #50855
closedAdd missing semicolon(s) in minified JS file
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Authentication
Target version:
-
Start date:
2013-08-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
TYPO3 CMS 4.5.29 (maybe other versions are affected as well).
The minified JS file rsaauth_min.js shows missing semicolons.
typo3_src-4.5.29/typo3/sysext/rsaauth/resources/rsaauth_min.js
The original (un-minified) file rsaauth.js (same directory) contains the semicolons (see attached screenshot0008.png), but not rsaauth_min.js.
Line 1, column 369 (after "hex2b64(b)") - screenshot0008.png, marker (1)
Line 2, column 102 (after "return") - screenshot0008.png, marker (2)
Line 2, column 290 (after "hex2b64(b)") - screenshot0008.png, marker (3)
Files
Actions