Project

General

Profile

Actions

Bug #50855

closed

Add missing semicolon(s) in minified JS file

Added by Michael Schams over 11 years ago. Updated over 11 years ago.

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

screenshot0008.png (99.1 KB) screenshot0008.png rsaauth.js (original, un-minified version) Michael Schams, 2013-08-07 05:25
Actions

Also available in: Atom PDF