Actions
Bug #23370
closedrsaauth doesn't use PageRenderer API to add JS files
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-08-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
rsaauth adds JS libraries to the Backend Login by adding <script src="..."> tags.
That's bad, because files are not versioned (adding ?mtime) parameter and they're not available in the PageRenderer for further processing (e.g. gzip)
Using PageRenderer in the felogin hook is not possible, unfortunately - because form is USER_INT. So no changes for this part.
(issue imported from #M15453)
Files
Actions