-
Type:
Bug
-
Status: Reopened
-
Resolution: Unresolved
-
Affects Version/s: 6.1.30 EE GA3
-
Fix Version/s: None
-
Component/s: Legacy, Legacy > API
-
Labels:None
On every unsuccessful login where the username does not exist new javascript is added to the minifier cache in StripFilter.
Steps
1. View the size of the minifier cache in StripFilter.
2. enter username and password "blablabla".
3. View the size of the minifier cache in StripFilter.
4. Repeat
On further investigation it looks like because the refresh URL contains the current URL which in turn contains the formDate (which is generated from the current time/date), the javascript (which contains the refresh URL) is unique and added to the cache.
The result is the cache contains un-cacheable values.