[TYPO3-core] RFC #15453: rsaauth doesn't use PageRenderer API to add JS files

Steffen Gebert steffen at steffen-gebert.de
Sun Sep 5 22:45:17 CEST 2010


Hi!

This is a SVN patch request.

Type: Bugfix

Bugtracker reference:
http://bugs.typo3.org/view.php?id=15453

Branches:
trunk

Problem:
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)

Solution:
use PageRenderer

Note:
Using PageRenderer in the felogin hook is not possible, unfortunately - 
because form is USER_INT. So no changes for this part.

Kind regards
Steffen

-- 
Steffen Gebert
TYPO3 Core Team Member
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 15453.diff
Type: text/x-diff
Size: 1557 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100905/cc2e3bfb/attachment.diff>


More information about the TYPO3-team-core mailing list